*remove debug

This commit is contained in:
Derrick Hammer 2022-12-20 17:01:20 -05:00
parent b928a87533
commit f456113e11
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ function getHash(pubkey): string {
const plugin: Plugin = {
name: "discovery-bittorrent",
async plugin(api: PluginAPI): Promise<void> {
debugger;
const dht = new DHT({ verify: eddsa.verify });
await put(dht, api);