Skip to content

Commit 5a47221

Browse files
checkpoint: minor update
1 parent 3626c6c commit 5a47221

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

webqa-agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ async def run_tests(cfg):
370370
# Build test_configurations
371371
# Read cookies from browser_config
372372
cookies = cfg.get("browser_config", {}).get("cookies", [])
373-
if cookies:
374-
print(f"[INFO] Loaded {len(cookies)} cookies from config")
375373
test_configurations = build_test_configurations(cfg, cookies=cookies)
376374

377375
target_url = cfg.get("target", {}).get("url", "")

0 commit comments

Comments
 (0)