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 4ecde9d commit 7982334Copy full SHA for 7982334
browser_batteries/BrowserBatteries/__init__.py
@@ -48,7 +48,6 @@ def start_grpc_server(
48
logger.trace(f"Setting {PLAYWRIGHT_BROWSERS_PATH} to '0'")
49
os.environ[PLAYWRIGHT_BROWSERS_PATH] = "0"
50
logger.trace(f"GRPC startup parameters: {args}")
51
- logger.warn(f"GRPC startup parameters: {args}")
52
return Popen(
53
args,
54
cwd=workdir,
0 commit comments