Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
less verbose about the user auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbare committed Dec 19, 2016
1 parent 60a22ed commit 65f8d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone.server/plone/server/traversal.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ async def real_resolve(self, request):

# Add anonymous participation
if len(request.security.participations) == 0:
logger.info("Anonymous User")
# logger.info("Anonymous User")
request.security.add(AnonymousParticipation(request))

permission = getUtility(IPermission, name='plone.AccessContent')
Expand Down

0 comments on commit 65f8d4d

Please sign in to comment.