From 023b1387fce6c54797a556c9ee4f505da5c91aaf Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 22 Jul 2022 20:28:13 -0400 Subject: [PATCH] *Remove debug line --- src/rpc/handshake.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rpc/handshake.ts b/src/rpc/handshake.ts index 82d5984..7dc5189 100644 --- a/src/rpc/handshake.ts +++ b/src/rpc/handshake.ts @@ -33,9 +33,6 @@ if (!config.bool("hsd-use-external-node")) { workers: true, network: "main", }); - - console.log(`HSD API KEY: ${clientArgs.apiKey}`); - hsdServer.on("abort", async (err: any) => { const timeout = setTimeout(() => { console.error("Shutdown is taking a long time. Exiting.");