Explorar el Código

Merge branch 'config-opt' into dev

liqian hace 3 años
padre
commit
48f89513df
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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