fix: remove gateway startup debug log (#732)

Co-authored-by: Leo_yang <Harukaon@users.noreply.github.com>
This commit is contained in:
Leo_yang
2026-05-14 23:36:52 +08:00
committed by GitHub
parent 4d3b5097ce
commit 6add32feff
@@ -12,5 +12,4 @@ export async function initGatewayManager(): Promise<void> {
await gatewayManager.detectAllOnStartup()
await gatewayManager.startAll()
console.log("startall")
}