Skip to content

Commit

Permalink
Merge pull request #167 from andreastt/cancel-log-set
Browse files Browse the repository at this point in the history
executors: trust marionette logging defaults; r=Ms2ger
  • Loading branch information
Ms2ger committed Jan 13, 2016
2 parents 32abf5c + b34e910 commit 275fce9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions wptrunner/executors/executormarionette.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ def is_alive(self):
return True

def after_connect(self):
# Turn off debug-level logging by default since this is so verbose
with self.marionette.using_context("chrome"):
self.marionette.execute_script("""
Components.utils.import("resource://gre/modules/Log.jsm");
Log.repository.getLogger("Marionette").level = Log.Level.Info;
""")
self.load_runner("http")

def load_runner(self, protocol):
Expand Down

0 comments on commit 275fce9

Please sign in to comment.