Skip to content

Commit a67a2df

Browse files
authored
[py] remove un-needed print (#14562)
1 parent 50193fd commit a67a2df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/selenium/webdriver/common/bidi/script.py

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ class LogEntryAdded:
6464

6565
@classmethod
6666
def from_json(cls, json):
67-
print(json)
6867
if json["type"] == "console":
6968
return ConsoleLogEntry.from_json(json)
7069
elif json["type"] == "javascript":

0 commit comments

Comments
 (0)