Skip to content

Commit 95458d3

Browse files
rm print
1 parent 472fa7c commit 95458d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/nypl_py_utils/classes/oauth2_api_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def get(self, request_path, **kwargs):
3737
Issue an HTTP GET on the given request_path
3838
"""
3939
resp = self._do_http_method('GET', request_path, **kwargs)
40-
self.logger.debug('spaghetti')
4140
# This try/except block is to handle one of at least two possible
4241
# Sierra server errors. One is an empty response, and another is a
4342
# response with a 200 status code but response text in HTML declaring

0 commit comments

Comments
 (0)