]> git.parisson.com Git - pdf.js.git/commitdiff
remove some accidental print statements.
authorRob Sayre <sayrer@gmail.com>
Thu, 23 Jun 2011 00:12:02 +0000 (17:12 -0700)
committerRob Sayre <sayrer@gmail.com>
Thu, 23 Jun 2011 00:12:02 +0000 (17:12 -0700)
test.py

diff --git a/test.py b/test.py
index 8314bd7945ecae7000a21be58b526111593964d3..75810f43e36e52bc8bef2f5b496ad2f55f0c344c 100644 (file)
--- a/test.py
+++ b/test.py
@@ -126,7 +126,6 @@ class PDFTestHandler(BaseHTTPRequestHandler):
 # this just does Firefox for now
 class BrowserCommand():
     def __init__(self, browserRecord):
-        print browserRecord
         self.name = browserRecord["name"]
         self.path = browserRecord["path"]
         self.type = browserRecord["type"]
@@ -180,8 +179,6 @@ def setUp(options):
 
             print 'done'
 
-    print testBrowsers
-
     for b in testBrowsers:
         State.taskResults[b.name] = { }
         for item in manifestList: