liqian 3 år sedan
förälder
incheckning
cbdd72d504
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      config.py

+ 0 - 1
config.py

@@ -294,7 +294,6 @@ def set_config():
     if env == 'dev':
         return DevelopmentConfig(), env
     elif env == 'test':
-        print('== test')
         return TestConfig(), env
     elif env == 'pre':
         return PreProductionConfig(), env