From 977e6c2fb331a839e56d0059bedfb2f469e7c4df Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Wed, 15 May 2024 18:01:31 +0200 Subject: [PATCH] Comment fix --- lib/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/index.js b/lib/index.js index e49448f..0dd09f1 100644 --- a/lib/index.js +++ b/lib/index.js @@ -91,9 +91,9 @@ function initNet(peer, config) { async function start() { await stats.loaded() glue(infos, connections) - queueMicrotask(() => scheduler.start.bind(scheduler)((err) => { - if (err) console.error("pzp-net scheduler start failed:", err) - })) + //queueMicrotask(() => scheduler.start.bind(scheduler)((err) => { + // if (err) console.error("pzp-net scheduler start failed:", err) + //})) } function stop() {