diff --git a/src/protocol/ftp/ftp.c b/src/protocol/ftp/ftp.c index 256a960a..7541369a 100644 --- a/src/protocol/ftp/ftp.c +++ b/src/protocol/ftp/ftp.c @@ -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 } }