*Remove debug line
This commit is contained in:
parent
f5d00640cc
commit
023b1387fc
|
@ -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.");
|
||||||
|
|
Loading…
Reference in New Issue