Skip to content

Commit

Permalink
[#2375] Remove debugging print statment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 29, 2012
1 parent 62e31cc commit d43aa85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/lib/helpers.py
Expand Up @@ -1210,7 +1210,6 @@ def debug_full_info_as_list(debug_info):
data = data.decode('utf-8')
out.append((key, data))

print debug_info.keys()
if 'tmpl_context' in debug_vars:
for key in debug_info['c_vars']:

Expand Down

0 comments on commit d43aa85

Please sign in to comment.