From: Daniel Dunbar Date: Tue, 30 Sep 2008 17:54:44 +0000 (+0000) Subject: scan-view: Remove some debugging prints. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6607f8a53e965052cbcb3627fced7ed670e5538;p=clang scan-view: Remove some debugging prints. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56864 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-view/ScanView.py b/tools/scan-view/ScanView.py index 4a9c175ac0..837adae0f7 100644 --- a/tools/scan-view/ScanView.py +++ b/tools/scan-view/ScanView.py @@ -291,7 +291,6 @@ class ScanViewRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): if i is None or i<0 or i>=len(c.files): return (False, 'Invalid file ID') files.append(c.files[i]) - print files if not title: return (False, "Missing title.") @@ -336,7 +335,6 @@ class ScanViewRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): return (t.success, t.status) def send_report_submit(self): - print self.fields report = self.get_scalar_field('report') c = self.get_report_context(report) if c.reportSource is None: