Skip to content

Commit 7982334

Browse files
committed
Remove wanr logging
1 parent 4ecde9d commit 7982334

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

browser_batteries/BrowserBatteries/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def start_grpc_server(
4848
logger.trace(f"Setting {PLAYWRIGHT_BROWSERS_PATH} to '0'")
4949
os.environ[PLAYWRIGHT_BROWSERS_PATH] = "0"
5050
logger.trace(f"GRPC startup parameters: {args}")
51-
logger.warn(f"GRPC startup parameters: {args}")
5251
return Popen(
5352
args,
5453
cwd=workdir,

0 commit comments

Comments
 (0)