*remove debug line

This commit is contained in:
Derrick Hammer 2023-02-18 08:44:35 -05:00
parent 2ad6b1fd5d
commit 5ea823679f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ async function handleListenConnections(aq: ActiveQuery) {
const swarm = await getSwarm(aq);
const listener = (peer: any) => {
debugger;
aq.sendUpdate(getSwarmToSocketConnectionId(peer));
};