diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-12-19 13:34:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-12-19 13:34:55 +0000 |
commit | 1c8121a89ed8966445010df0bff43d282bba497d (patch) | |
tree | fb2c149544c24bbed61182540758eecbb102ee1e | |
parent | 0db48a810959c826c5c7cba1f721e2c76ebc953c (diff) |
removed debug output
-rwxr-xr-x | memanalyze.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/memanalyze.pl b/memanalyze.pl index c2ac11e7b..aa6db4c81 100755 --- a/memanalyze.pl +++ b/memanalyze.pl @@ -118,7 +118,6 @@ while(<STDIN>) { } # fclose(0x1026c8) elsif($function =~ /fclose\(0x([0-9a-f]*)\)/) { - print "CLOSE $1\n"; if(!$fopen{$1}) { print "fclose() without fopen(): $line\n"; } |