diff --git a/index.ts b/index.ts index 8a7c605..88b03bf 100644 --- a/index.ts +++ b/index.ts @@ -55,7 +55,6 @@ export async function createServer( } }); }); - console.log("node start", new Date()); if (filledConfig.jsonrpcHttpPort || filledConfig.jsonrpcWsPort) { await retryGetCurrentSyncPhase({ httpPort: filledConfig.jsonrpcHttpPort,