From: Daniel Stenberg Date: Tue, 19 Dec 2000 13:34:55 +0000 (+0000) Subject: removed debug output X-Git-Tag: curl-7_5_2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c8121a89ed8966445010df0bff43d282bba497d;p=thirdparty%2Fcurl.git removed debug output --- diff --git a/memanalyze.pl b/memanalyze.pl index c2ac11e7b0..aa6db4c81e 100755 --- a/memanalyze.pl +++ b/memanalyze.pl @@ -118,7 +118,6 @@ while() { } # fclose(0x1026c8) elsif($function =~ /fclose\(0x([0-9a-f]*)\)/) { - print "CLOSE $1\n"; if(!$fopen{$1}) { print "fclose() without fopen(): $line\n"; }