We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472fa7c commit 95458d3Copy full SHA for 95458d3
1 file changed
src/nypl_py_utils/classes/oauth2_api_client.py
@@ -37,7 +37,6 @@ def get(self, request_path, **kwargs):
37
Issue an HTTP GET on the given request_path
38
"""
39
resp = self._do_http_method('GET', request_path, **kwargs)
40
- self.logger.debug('spaghetti')
41
# This try/except block is to handle one of at least two possible
42
# Sierra server errors. One is an empty response, and another is a
43
# response with a 200 status code but response text in HTML declaring
0 commit comments