Skip to content

Commit

Permalink
[#1797,webstore][xs]: remove print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Feb 20, 2012
1 parent fc6fef4 commit 426ec06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/controllers/webstore.py
Expand Up @@ -4,7 +4,6 @@
class WebstoreController(BaseController):
def read(self, id):
resource = model.Session.query(model.Resource).get(id)
print 'here'
if not resource:
abort(404)
return resource.id
Expand Down

0 comments on commit 426ec06

Please sign in to comment.