Skip to content

Commit 405ba82

Browse files
committed
Update client.py
1 parent 424ec15 commit 405ba82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jupiterone/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ def _execute_query(self, query: str, variables: Dict = None) -> Dict:
118118
"JupiterOne API rate limit exceeded"
119119
)
120120

121-
print(response.status_code)
122-
print(content)
123-
124121
raise JupiterOneApiError(content.get("errors"))
125122
return response.json()
126123

0 commit comments

Comments
 (0)