Skip to content

Commit

Permalink
[#2733] turn echo is off
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Aug 23, 2012
1 parent cdae2b7 commit db9bfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/db.py
Expand Up @@ -45,7 +45,7 @@ def _get_engine(context, data_dict):
engine = _engines.get(connection_url)

if not engine:
engine = sqlalchemy.create_engine(connection_url, echo=True)
engine = sqlalchemy.create_engine(connection_url)
_engines[connection_url] = engine
return engine

Expand Down

0 comments on commit db9bfe6

Please sign in to comment.