Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 10, 2012
1 parent 159d62c commit b3f3937
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/config/middleware.py
Expand Up @@ -137,7 +137,6 @@ def make_app(global_conf, full_stack=True, static_files=True, **app_conf):

# Fanstatic
if config.get('ckan.include_support', '').lower()[:3] == 'dev':
print 'dev'
fanstatic_config = {
'versioning' : True,
'recompute_hashes' : True,
Expand All @@ -146,7 +145,6 @@ def make_app(global_conf, full_stack=True, static_files=True, **app_conf):
'bundle' : False,
}
else:
print 'prod'
fanstatic_config = {
'versioning' : True,
'recompute_hashes' : False,
Expand Down

0 comments on commit b3f3937

Please sign in to comment.