Skip to content

Commit

Permalink
revert logging of js
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 20, 2023
1 parent 76de45f commit e8a08db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/test/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit e8a08db

Please sign in to comment.