Commit 1c8121a8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed debug output

parent 0db48a81
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";
            }