Skip to content

Commit

Permalink
[#1111] Remove unwanted print
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored and amercader committed Jul 31, 2013
1 parent be20613 commit 3317d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/datastore/plugin.py
Expand Up @@ -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')
Expand Down

0 comments on commit 3317d27

Please sign in to comment.