From f456113e11e323bf671acd06f846ebdb88841f7e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 20 Dec 2022 17:01:20 -0500 Subject: [PATCH] *remove debug --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 8fdbebc..5787252 100644 --- a/src/index.ts +++ b/src/index.ts @@ -74,7 +74,6 @@ function getHash(pubkey): string { const plugin: Plugin = { name: "discovery-bittorrent", async plugin(api: PluginAPI): Promise { - debugger; const dht = new DHT({ verify: eddsa.verify }); await put(dht, api);