mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 12:50:22 +00:00
fix(node): remove debug console.log on node host startup
Fixes #46411 Fixes #46411
This commit is contained in:
@@ -174,8 +174,6 @@ export async function runNodeHost(opts: NodeHostRunOptions): Promise<void> {
|
||||
const scheme = gateway.tls ? "wss" : "ws";
|
||||
const url = `${scheme}://${host}:${port}`;
|
||||
const pathEnv = ensureNodePathEnv();
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(`node host PATH: ${pathEnv}`);
|
||||
|
||||
const client = new GatewayClient({
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user