Skip to content

Commit be77aee

Browse files
committed
chore: wat
1 parent acb7cc5 commit be77aee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/floodsub/src/floodsub.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@ export class FloodSub extends TypedEventEmitter<FloodSubEvents> implements Flood
188188
protected _onIncomingStream (stream: Stream, connection: Connection): void {
189189
const peerStreams = this.addPeer(connection.remotePeer, stream)
190190
peerStreams.attachInboundStream(stream)
191-
192-
// don't wait for identify
193-
this._onPeerConnected(connection.remotePeer, connection)
194-
.catch(err => {
195-
this.log.error('could not set up outgoing stream - %e', err)
196-
})
197191
}
198192

199193
/**

0 commit comments

Comments
 (0)