diff --git a/solara/test/pytest_plugin.py b/solara/test/pytest_plugin.py index fa84c68f9..798c2dfbd 100644 --- a/solara/test/pytest_plugin.py +++ b/solara/test/pytest_plugin.py @@ -128,7 +128,7 @@ def log(msg): print("PAGE LOG:", msg.text) # noqa logger.debug("PAGE LOG: %s", msg.text) - page.on("console", log) + # page.on("console", log) yield page page.close()