further work on return values
[mTask.git] / client / client.c
index 305f51d..19a68e9 100644 (file)
@@ -52,10 +52,6 @@ void read_message(void)
         debug("Receiving a delete task request");
         c = read16();
         task_delete(c);
-        //Write acknowledgement
-        write_byte('d');
-        write16(c);
-        write_byte('\n');
         break;
       case MSG_GET_TASK:
         debug("Receiving a task");