update
[mTask.git] / client / task.c
index 0d9b125..198aee3 100644 (file)
@@ -42,8 +42,6 @@ void task_register(void)
        //Read task bytecode
        for(i = 0; i<tasks[ct].tlen; i++){
                tasks[ct].bc[i] = read_byte();
-//             debug("t[][%i]: 0x%02x %d", i,
-//                     tasks[ct].bc[i], tasks[ct].bc[i]);
        }
        //Return the task number for later removal
        debug("Received a task of length %d", tasks[ct].tlen);