Skip to content

Commit

Permalink
Creates reams of logging on the first request - not needed unless wor…
Browse files Browse the repository at this point in the history
…king on this specific code.
  • Loading branch information
David Read committed Jul 7, 2015
1 parent 15881aa commit 17ede31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/authz.py
Expand Up @@ -81,7 +81,7 @@ def _build(self):
resolved_auth_function_plugins[name]
)
)
log.debug('Auth function {0} from plugin {1} was inserted'.format(name, plugin.name))
#log.debug('Auth function {0} from plugin {1} was inserted'.format(name, plugin.name))
resolved_auth_function_plugins[name] = plugin.name
fetched_auth_functions[name] = auth_function
# Use the updated ones in preference to the originals.
Expand Down

0 comments on commit 17ede31

Please sign in to comment.