Skip to content

Commit 6a0d3ba

Browse files
committed
removes print statement
1 parent 489af8b commit 6a0d3ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

h/security/policy/combined.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def _call_sub_policies(self, method, request, *args, **kwargs):
7676
# Then we try the bearer header (or `access_token` GET param)
7777

7878
result = getattr(self._bearer_token_policy, method)(request, *args, **kwargs)
79-
print(result)
8079

8180
if not result and self._http_basic_auth_policy.handles(request):
8281
# Only then do we look for auth clients authenticating with basic

0 commit comments

Comments
 (0)