We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b6139 commit c25011aCopy full SHA for c25011a
py/selenium/webdriver/common/bidi/script.py
@@ -64,7 +64,6 @@ class LogEntryAdded:
64
65
@classmethod
66
def from_json(cls, json):
67
- print(json)
68
if json["type"] == "console":
69
return ConsoleLogEntry.from_json(json)
70
elif json["type"] == "javascript":
0 commit comments