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 e5421dd commit 83a8b91Copy full SHA for 83a8b91
py/selenium/webdriver/common/service.py
@@ -54,7 +54,6 @@ def __init__(
54
env: typing.Optional[typing.Mapping[typing.Any, typing.Any]] = None,
55
**kwargs,
56
) -> None:
57
- print("__init__ Main Service")
58
if isinstance(log_output, str):
59
self.log_output = open(log_output, "a+", encoding="utf-8")
60
elif log_output is subprocess.STDOUT:
0 commit comments