From c3184950f5eca73a5087e6e9ff39cbe606c2d6fc Mon Sep 17 00:00:00 2001 From: Grey Li Date: Tue, 25 Apr 2017 17:35:54 +0800 Subject: [PATCH] Delete unnecessary code in config file --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index c39ff53..021d3d0 100644 --- a/config.py +++ b/config.py @@ -7,7 +7,6 @@ class BaseConfig(object): # shortened for readability SECRET_KEY = '\xbf\xb0\x11\xb1\xcd\xf9\xba\x8bp\x0c...' SQLALCHEMY_DATABASE_URI = os.environ['DATABASE_URL'] - print SQLALCHEMY_DATABASE_URI class TestConfig(BaseConfig):