Skip to content

Commit d61dc18

Browse files
author
Jody McIntyre
committed
Quieten browser init in test setup
1 parent 1ea21c7 commit d61dc18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dash/testing/browser.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ def __init__(
7777
)
7878
self.percy_runner.initialize_build()
7979

80-
logger.info("initialize browser with arguments")
81-
logger.info(" headless => %s", self._headless)
82-
logger.info(" download_path => %s", self._download_path)
83-
logger.info(" percy asset root => %s", os.path.abspath(percy_assets_root))
80+
logger.debug("initialize browser with arguments")
81+
logger.debug(" headless => %s", self._headless)
82+
logger.debug(" download_path => %s", self._download_path)
83+
logger.debug(" percy asset root => %s", os.path.abspath(percy_assets_root))
8484

8585
def __enter__(self):
8686
return self

0 commit comments

Comments
 (0)