1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

ftp_process_dirlist(): drop stale debug code, spotted by Miciah.

This commit is contained in:
Laurent MONIN 2006-06-10 00:58:50 +02:00 committed by Laurent MONIN
parent 14595404d1
commit 6960fc8feb

View File

@ -1221,11 +1221,6 @@ ftp_process_dirlist(struct cache_entry *cached, off_t *pos,
return ret;
}
}
#ifdef DEBUG_FTP_PARSER
else {
ERROR("Error parsing: [%.*s]", line_length, buf);
}
#endif
}
}