Browse Source

Merge branch 'pre-master'

liqian 3 years ago
parent
commit
f151176977
1 changed files with 0 additions and 1 deletions
  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()