Parcourir la source

Merge branch 'config-opt' into dev

liqian il y a 3 ans
Parent
commit
48f89513df
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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