Skip to content

Commit 1e9f276

Browse files
committed
Remove loggingPrefs
1 parent 08cbcb7 commit 1e9f276

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dash/testing/browser.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,6 @@ def _get_wd_options(self):
482482
def _get_chrome(self):
483483
options = self._get_wd_options()
484484

485-
options.set_capability("loggingPrefs", {"browser": "SEVERE"})
486-
options.set_capability("goog:loggingPrefs", {"browser": "SEVERE"})
487-
488485
if "DASH_TEST_CHROMEPATH" in os.environ:
489486
options.binary_location = os.environ["DASH_TEST_CHROMEPATH"]
490487

@@ -529,7 +526,6 @@ def _get_chrome(self):
529526
def _get_firefox(self):
530527
options = self._get_wd_options()
531528

532-
options.set_capability("loggingPrefs", {"browser": "SEVERE"})
533529
options.set_capability("marionette", True)
534530

535531
options.set_preference("browser.download.dir", self.download_path)

0 commit comments

Comments
 (0)