reduce logs

This commit is contained in:
Xuwznln
2025-12-08 19:23:53 +08:00
parent 16ee3de086
commit ed56c1eba2
4 changed files with 6 additions and 10 deletions

View File

@@ -203,7 +203,6 @@ def main():
if not args_dict.get("skip_env_check", False):
from unilabos.utils.environment_check import check_environment
print_status("正在进行环境依赖检查...", "info")
if not check_environment(auto_install=True):
print_status("环境检查失败,程序退出", "error")
os._exit(1)