adapt to new iTasks layout
[mTask.git] / int / task.c
index 3280b1e..4ac8ce5 100644 (file)
@@ -46,10 +46,6 @@ int task_register(void)
        debug("Received a task of length %d", tasks[ct].tlen);
        tasks[ct].used = true;
        tasks[ct].lastrun = 0L;
-//     write_byte('t');
-//     write_byte(0);
-//     write_byte(ct);
-//     write_byte('\n');
 
        return ct;
 }