From 6960fc8febab474f5a4b79a6a5cc1ea154cc5863 Mon Sep 17 00:00:00 2001 From: Laurent MONIN Date: Sat, 10 Jun 2006 00:58:50 +0200 Subject: [PATCH] ftp_process_dirlist(): drop stale debug code, spotted by Miciah. --- src/protocol/ftp/ftp.c | 5 ----- 1 file changed, 5 deletions(-) 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 } } -- 2.11.4.GIT