Skip to content

Commit 706fcf5

Browse files
committed
Remove unwanted debug print from pr.py
1 parent 4668bc3 commit 706fcf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

osc/gitea_api/pr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ def approve_review(
442442
"body": msg,
443443
"commit_id": commit,
444444
}
445-
print(url, json_data)
446445
return conn.request("POST", url, json_data=json_data)
447446

448447
@classmethod

0 commit comments

Comments
 (0)