Remove manual debug setting
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 @@
         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)