summaryrefslogtreecommitdiff
path: root/obsapi
diff options
context:
space:
mode:
authorScott Bahling <sbahling@suse.de>2018-07-18 17:22:39 +0200
committerScott Bahling <sbahling@suse.de>2018-07-18 17:22:39 +0200
commit243c10a0283e0b93104f106fb78f151beb54aa38 (patch)
tree45f36022a0fd8d957e556340ca9e5df36015d5a2 /obsapi
parent19264fdace6eed4fe600948741d21a4b9f947423 (diff)
downloadobsapi-243c10a0283e0b93104f106fb78f151beb54aa38.tar.gz
obsapi-243c10a0283e0b93104f106fb78f151beb54aa38.tar.xz
obsapi-243c10a0283e0b93104f106fb78f151beb54aa38.zip
Remove output noise
Diffstat (limited to 'obsapi')
-rw-r--r--obsapi/httpapi.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/obsapi/httpapi.py b/obsapi/httpapi.py
index cfdbfde..4b0ab65 100644
--- a/obsapi/httpapi.py
+++ b/obsapi/httpapi.py
@@ -64,8 +64,6 @@ class ObsHttpApi(object):
r = try_get()
if self.success:
return r
- print("Failed: %s" % self.response)
- print("retry: %s" % (attempt + 1))
if self.retries == 0:
r = try_get()