*Remove debug line

This commit is contained in:
Derrick Hammer 2022-07-22 20:28:13 -04:00
parent f5d00640cc
commit 023b1387fc
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ if (!config.bool("hsd-use-external-node")) {
workers: true, workers: true,
network: "main", network: "main",
}); });
console.log(`HSD API KEY: ${clientArgs.apiKey}`);
hsdServer.on("abort", async (err: any) => { hsdServer.on("abort", async (err: any) => {
const timeout = setTimeout(() => { const timeout = setTimeout(() => {
console.error("Shutdown is taking a long time. Exiting."); console.error("Shutdown is taking a long time. Exiting.");