remove some accidental print statements.

This commit is contained in:
Rob Sayre 2011-06-22 17:12:02 -07:00
parent 8b1669d5d6
commit c3ef14bb2f

View File

@ -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: