diff options
| author | Scott Bahling <sbahling@suse.de> | 2018-07-18 17:22:39 +0200 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.de> | 2018-07-18 17:22:39 +0200 |
| commit | 243c10a0283e0b93104f106fb78f151beb54aa38 (patch) | |
| tree | 45f36022a0fd8d957e556340ca9e5df36015d5a2 /obsapi/httpapi.py | |
| parent | 19264fdace6eed4fe600948741d21a4b9f947423 (diff) | |
| download | obsapi-243c10a0283e0b93104f106fb78f151beb54aa38.tar.gz obsapi-243c10a0283e0b93104f106fb78f151beb54aa38.tar.xz obsapi-243c10a0283e0b93104f106fb78f151beb54aa38.zip | |
Remove output noise
Diffstat (limited to 'obsapi/httpapi.py')
| -rw-r--r-- | obsapi/httpapi.py | 2 |
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() |
