Skip to content

Commit e185b49

Browse files
author
Thomas
committed
Removed extra debugging
1 parent 4911699 commit e185b49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox/exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class GeneralException(BaseException):
22
def __init__(self, resp_data):
3-
print(resp_data)
43
if isinstance(resp_data, dict):
54
if 'detail' in resp_data:
65
self.err = resp_data['detail']

0 commit comments

Comments
 (0)