You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/05/05 15:26:01 UTC

[08/50] cloudstack-ec2stack git commit: Remove manual debug setting

Remove manual debug setting

Project: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/commit/54067305
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/tree/54067305
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/diff/54067305

Branch: refs/heads/master
Commit: 54067305697dbcbc1f6fe69ace04696594f6ce46
Parents: 174c798
Author: Darren <da...@hotmail.com>
Authored: Fri Jul 18 12:54:21 2014 +0100
Committer: Darren <da...@hotmail.com>
Committed: Fri Jul 18 12:54:21 2014 +0100

----------------------------------------------------------------------
 ec2stack/__init__.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/54067305/ec2stack/__init__.py
----------------------------------------------------------------------
diff --git a/ec2stack/__init__.py b/ec2stack/__init__.py
index 1c75571..91ca81d 100644
--- a/ec2stack/__init__.py
+++ b/ec2stack/__init__.py
@@ -31,7 +31,6 @@ def create_app(settings=None):
         args = _generate_args()
         profile = args.pop('profile')
         app.config['DEBUG'] = args.pop('debug')
-        app.config['DEBUG'] = True
         config_file = _load_config_file()
         database_uri = _load_database()
         _config_from_config_profile(config_file, profile, app)