Skip to content

Commit 83a8b91

Browse files
sandeepsuryaprasadtitusfortner
authored andcommitted
removed un-necessary print statement
1 parent e5421dd commit 83a8b91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/selenium/webdriver/common/service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def __init__(
5454
env: typing.Optional[typing.Mapping[typing.Any, typing.Any]] = None,
5555
**kwargs,
5656
) -> None:
57-
print("__init__ Main Service")
5857
if isinstance(log_output, str):
5958
self.log_output = open(log_output, "a+", encoding="utf-8")
6059
elif log_output is subprocess.STDOUT:

0 commit comments

Comments
 (0)