Skip to content

Commit 4bbb060

Browse files
committed
[test/manual] Manually tested all cache changes
1 parent 25fdc32 commit 4bbb060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyatlan/client/atlan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def _call_api_internal(
468468
response_ = response.text
469469
else:
470470
response_ = events if events else response.json()
471-
# TODO: LOGGER.debug("response: %s", response_)
471+
LOGGER.debug("response: %s", response_)
472472
return response_
473473
except (
474474
requests.exceptions.JSONDecodeError,

0 commit comments

Comments
 (0)