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.