@@ -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()