Skip to content

Commit c25011a

Browse files
Delta456M1troll
authored andcommitted
[py] remove un-needed print (SeleniumHQ#14562)
1 parent d9b6139 commit c25011a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
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)