We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4668bc3 commit 706fcf5Copy full SHA for 706fcf5
1 file changed
osc/gitea_api/pr.py
@@ -442,7 +442,6 @@ def approve_review(
442
"body": msg,
443
"commit_id": commit,
444
}
445
- print(url, json_data)
446
return conn.request("POST", url, json_data=json_data)
447
448
@classmethod
0 commit comments