Browse Source

Merge branch 'test' into pre-master

liqian 3 năm trước cách đây
mục cha
commit
b2f9eb7143
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      config.py

+ 0 - 1
config.py

@@ -270,7 +270,6 @@ def set_config():
         log_.error('ENV ERROR: is None!')
         return
     if env == 'dev':
-        print(1)
         return DevelopmentConfig()
     elif env == 'test':
         return TestConfig()