We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50193fd commit a67a2dfCopy full SHA for a67a2df
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