소스 검색

Merge branch 'dev' into test

liqian 3 년 전
부모
커밋
cc12acdaa9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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