diff --git a/test.py b/test.py index 8314bd794..75810f43e 100644 --- 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: