cmdline: remove obsolete comment
[protos/xbee-avr.git] / commands.c
index ff8954d..c827001 100644 (file)
@@ -2053,7 +2053,6 @@ static void cmd_eeprom_add_parsed(void *parsed_result,
        rdline_init(&rdl, cmdline_write_char, NULL, NULL);
        rdline_newline(&rdl, "> ");
 
-       /* XXX bad: we should not block as we do not serve callout */
        while (1) {
                c = cmdline_dev_recv(NULL);
                if (c < 0)