Skip to content

Commit 492173d

Browse files
committed
[chores] Removed redudant print() statements
1 parent c7e8784 commit 492173d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyatlan/client/atlan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ def contracts(self) -> ContractClient:
354354
@property
355355
def atlan_tag_cache(self) -> AtlanTagCache:
356356
if self._atlan_tag_cache is None:
357-
print("yes... calling cache")
358357
AtlanClient.set_current_client(self)
359358
self._atlan_tag_cache = AtlanTagCache(client=self)
360359
return self._atlan_tag_cache

0 commit comments

Comments
 (0)