diff --git a/ckanext/datastore/plugin.py b/ckanext/datastore/plugin.py index 4ed72344425..9f4861a9b5a 100644 --- a/ckanext/datastore/plugin.py +++ b/ckanext/datastore/plugin.py @@ -245,7 +245,6 @@ def get_auth_functions(self): 'datastore_change_permissions': auth.datastore_change_permissions} def before_map(self, m): - print "Load mapping" m.connect('/datastore/dump/{resource_id}', controller='ckanext.datastore.controller:DatastoreController', action='dump')