From 1c8121a89ed8966445010df0bff43d282bba497d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 19 Dec 2000 13:34:55 +0000 Subject: [PATCH] removed debug output --- memanalyze.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/memanalyze.pl b/memanalyze.pl index c2ac11e7b..aa6db4c81 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"; }