Skip to content

Commit 91d88c6

Browse files
committed
Revert "always log warning"
This reverts commit ae63c81.
1 parent 6d5f04e commit 91d88c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapseclient/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,6 @@ def _check_entity_restrictions(
18331833
Raises:
18341834
SynapseUnmetAccessRestrictions: Warning for unmet access requirements.
18351835
"""
1836-
self.logger.warning("Warning Raised")
18371836
restriction_information = bundle.get("restrictionInformation", None)
18381837
if restriction_information and restriction_information.get(
18391838
"hasUnmetAccessRequirement", None

0 commit comments

Comments
 (0)