commit | 3e56e0b8b285e86eed4d191b1da93ded7382a847 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Fri May 02 23:40:49 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Fri May 02 23:40:49 2008 +0000 |
tree | 289ebf321dbfbd45eca0029f5d24c07048482734 | |
parent | 200ed924bb13784ca043088f71c62fc323fd836d [diff] [blame] |
Remove debugging statement. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50598 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/scan-build b/utils/scan-build index e35bc2f..9c83de0 100755 --- a/utils/scan-build +++ b/utils/scan-build
@@ -435,8 +435,7 @@ $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.