diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2008-09-30 17:54:44 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2008-09-30 17:54:44 +0000 |
| commit | 9e3b917965a054c837d42cff93e2b86d0b8377b7 (patch) | |
| tree | 163dafee11dc5bccd8cff3ab1446874e65120ebc /clang/tools | |
| parent | b6c459ea137518fe2a489f8afd22823dc718bf81 (diff) | |
| download | bcm5719-llvm-9e3b917965a054c837d42cff93e2b86d0b8377b7.tar.gz bcm5719-llvm-9e3b917965a054c837d42cff93e2b86d0b8377b7.zip | |
scan-view: Remove some debugging prints.
llvm-svn: 56864
Diffstat (limited to 'clang/tools')
| -rw-r--r-- | clang/tools/scan-view/ScanView.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/tools/scan-view/ScanView.py b/clang/tools/scan-view/ScanView.py index 4a9c175ac06..837adae0f76 100644 --- a/clang/tools/scan-view/ScanView.py +++ b/clang/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: |

