remove some accidental print statements.
This commit is contained in:
parent
8b1669d5d6
commit
c3ef14bb2f
3
test.py
3
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:
|
||||
|
Loading…
Reference in New Issue
Block a user