diff options
Diffstat (limited to 'obsapi')
| -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() |
