*remove debug line
This commit is contained in:
parent
2ad6b1fd5d
commit
5ea823679f
|
@ -310,7 +310,6 @@ async function handleListenConnections(aq: ActiveQuery) {
|
|||
const swarm = await getSwarm(aq);
|
||||
|
||||
const listener = (peer: any) => {
|
||||
debugger;
|
||||
aq.sendUpdate(getSwarmToSocketConnectionId(peer));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue