Skip to content

Commit 9e43311

Browse files
committed
revert change
1 parent 0c6a132 commit 9e43311

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cads_mars_server/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ def execute(self):
104104
except requests.exceptions.HTTPError as e:
105105
self.log.error(f"HTTP error: {e}")
106106
error = e
107-
except Exception as e:
108-
self.log.error(f"UNEXPECTED EXCEPTION: {e}")
109-
error = e
110107

111108
uid = None
112109
code = r.status_code

0 commit comments

Comments
 (0)