diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-05-02 23:40:49 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-05-02 23:40:49 +0000 |
commit | 3e56e0b8b285e86eed4d191b1da93ded7382a847 (patch) | |
tree | 289ebf321dbfbd45eca0029f5d24c07048482734 | |
parent | 200ed924bb13784ca043088f71c62fc323fd836d (diff) |
Remove debugging statement.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50598 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/scan-build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/scan-build b/utils/scan-build index e35bc2f4a0..9c83de0007 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -435,8 +435,7 @@ ENDTEXT $fname =~ s/$regex//; UpdateInFilePath("$Dir/$ReportFile", $InFileRegex, $InFilePrefix) } - - print "Prefix is '$prefix'\n"; + print OUT "<td>$fname</td>\n"; # Print the rest of the columns. |