diff options
| author | Scott Bahling <sbahling@suse.com> | 2020-03-27 19:18:43 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.com> | 2020-03-27 19:18:43 +0100 |
| commit | c8cd5800a7beb588c88994abf3643a683f11ab0c (patch) | |
| tree | 74abdb1f6fbff198e2596b0721353328bf1f9618 /obsapi | |
| parent | 4cdbcb86fd265b288acdfc789f77cbd855f9cf55 (diff) | |
| download | obsapi-c8cd5800a7beb588c88994abf3643a683f11ab0c.tar.gz obsapi-c8cd5800a7beb588c88994abf3643a683f11ab0c.tar.xz obsapi-c8cd5800a7beb588c88994abf3643a683f11ab0c.zip | |
Remove debug print
Diffstat (limited to 'obsapi')
| -rw-r--r-- | obsapi/core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/obsapi/core.py b/obsapi/core.py index d0ca9e6..26b7b7e 100644 --- a/obsapi/core.py +++ b/obsapi/core.py @@ -53,7 +53,6 @@ class ObsApi(object): def _api_callback(self, api_instance): self.lastapi = api_instance - print(self.response.text) if not self.success: self._raise_error() |
