summaryrefslogtreecommitdiff
path: root/src/modules/manager
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2010-04-08 10:05:42 +0200
committerAlexis211 <alexis211@gmail.com>2010-04-08 10:05:42 +0200
commitad27a90fa788a81253b5f2ad621d82ae574ae65d (patch)
tree3fc2ecf6655300c285405bd8d9bbf60d01f2d210 /src/modules/manager
parentee348973b0cb0f6481e4fd6e7494c63167c9759c (diff)
downloadTCE-ad27a90fa788a81253b5f2ad621d82ae574ae65d.tar.gz
TCE-ad27a90fa788a81253b5f2ad621d82ae574ae65d.zip
0.0.4 is out
Diffstat (limited to 'src/modules/manager')
-rw-r--r--src/modules/manager/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/manager/main.c b/src/modules/manager/main.c
index d211831..58d9232 100644
--- a/src/modules/manager/main.c
+++ b/src/modules/manager/main.c
@@ -56,7 +56,6 @@ struct method_ret handle_nothing(struct method_data *d) {
struct method_ret handle_open(struct method_data *d) {
CHKSSTR(d, 0);
char *svc = d->parameters[0].p;
- printk("open: "); printk(svc); printk("\n");
char *sep, *res;
sep = strchr(svc, ':');
if (sep != 0) *sep = '0';