From 9e8552dddf728face5b512888c87ed36dd85ae6c Mon Sep 17 00:00:00 2001 From: David Read Date: Thu, 3 Sep 2015 20:21:51 +0100 Subject: [PATCH] Better to remove the line completely. --- ckan/authz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ckan/authz.py b/ckan/authz.py index 74cdae77dfd..c95c85f5f1f 100644 --- a/ckan/authz.py +++ b/ckan/authz.py @@ -81,7 +81,6 @@ def _build(self): resolved_auth_function_plugins[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.