From 8d10a3f76fc05f650bb3fcaf958c16d907fd17f8 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Wed, 15 Jul 2015 20:01:32 +0200 Subject: [PATCH] - removed debug output Introduced in commit 76023d5643db78c7aba67256c8cb04a66449bac4. --- osc/core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/osc/core.py b/osc/core.py index ddda2eff..36201512 100644 --- a/osc/core.py +++ b/osc/core.py @@ -3988,12 +3988,10 @@ def create_submit_request(apiurl, u = makeurl(apiurl, ['request'], query='cmd=create') r = None try: - print("TRY") f = http_POST(u, data=xml) root = ET.parse(f).getroot() r = root.get('id') except HTTPError as e: - print("except") if e.hdrs.get('X-Opensuse-Errorcode') == "submit_request_rejected": print("WARNING:") print("WARNING: Project does not accept submit request, request to open a NEW maintenance incident instead")