Skip to content

Commit

Permalink
chore: undo local change
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 8, 2024
1 parent 7bdcea7 commit f8d88c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport-webrtc/test/basics.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('basics', () => {
async function connectNodes (): Promise<Connection> {
const remoteAddr = remoteNode.getMultiaddrs()
.filter(ma => WebRTC.exactMatch(ma)).pop()
console.info(remoteNode.getMultiaddrs())

if (remoteAddr == null) {
throw new Error('Remote peer could not listen on relay')
}
Expand Down

0 comments on commit f8d88c9

Please sign in to comment.