Browse Source

Merge branch 'update' into dev

liqian 3 năm trước cách đây
mục cha
commit
5775ab43e0
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()