scan-build: Remove debug print.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 22 Feb 2013 12:07:39 +0000 (12:07 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 22 Feb 2013 12:07:39 +0000 (12:07 +0000)
PR15329.

llvm-svn: 175889

clang/tools/scan-build/scan-build

index de28d90..013c1f6 100755 (executable)
@@ -480,7 +480,6 @@ sub FileWanted {
        my $relative_file = $file;
        $relative_file =~ s/$baseDirRegEx//g;
        push @filesFound, $relative_file;
-       print $relative_file;
     }
 }