Skip to content

Commit b3f5d7f

Browse files
author
Andrei Neagu
committed
disable debug
1 parent 80a1492 commit b3f5d7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/docker_publisher_osparc_services/http_interface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ async def github_did_last_repo_run_pass(
3333
associated_run: Optional[Dict[str, Any]] = None
3434

3535
while url:
36-
print("Rquesting", url, params)
3736
result = await client.get(url, params=params, headers=headers)
3837
runs = result.json()
39-
print("Runs:", runs)
4038

4139
for run in runs.get("workflow_runs", []):
4240
if (

0 commit comments

Comments
 (0)