fix(backend): removed extra print log

pull/64/head
Angelo 2022-06-07 12:07:47 +08:00
parent 5ef2045eeb
commit e422f0a9f1
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ def init_system_config():
settings.SYSTEM_CONFIG[connection.tenant.schema_name] = _get_all_system_config() settings.SYSTEM_CONFIG[connection.tenant.schema_name] = _get_all_system_config()
else: else:
settings.SYSTEM_CONFIG = _get_all_system_config() settings.SYSTEM_CONFIG = _get_all_system_config()
if settings.SYSTEM_CONFIG:
print("初始化系统配置完成")
except Exception as e: except Exception as e:
print("请先进行数据库迁移!") print("请先进行数据库迁移!")
return return