liqian 3 rokov pred
rodič
commit
cbdd72d504
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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