refactor: 移除系统启动完成时的冗余打印信息

This commit is contained in:
2025-09-01 10:04:15 +08:00
parent fdecf87219
commit d23c85f08a

View File

@@ -177,4 +177,3 @@ expect = require("cc.expect").expect
local thread = require("rc.thread") local thread = require("rc.thread")
thread.start() thread.start()
print("[OK] Computer load&check system done. Starting operating system...")