Skip to content

Commit

Permalink
remove debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierHa committed May 4, 2015
1 parent 4fa5775 commit fbcce1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def __init__(self, modconf):
self.pnp_path = getattr(modconf, 'pnp_path', '')
self.debug = getattr(modconf, 'debug', None)
self.debug_queries = (getattr(modconf, 'debug_queries', '0') == '1')
self.debug_queries = True
self.use_query_cache = (getattr(modconf, 'query_cache', '0') == '1')
if getattr(modconf, 'service_authorization', 'loose') == 'strict':
self.service_authorization_strict = True
Expand Down

0 comments on commit fbcce1f

Please sign in to comment.