We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999de90 commit 4cd337aCopy full SHA for 4cd337a
packages/frontend/src/lib/libp2p.ts
@@ -20,7 +20,7 @@ import * as filters from "@libp2p/websockets/filters"
20
import { circuitRelayTransport } from 'libp2p/circuit-relay'
21
22
23
-export async function startLibp2p(options: {} = {}) {
+export async function startLibp2p() {
24
// localStorage.debug = 'libp2p*,-*:trace'
25
// application-specific data lives in the datastore
26
@@ -78,8 +78,6 @@ export async function startLibp2p(options: {} = {}) {
78
setWebRTCRelayAddress(multiaddrs, libp2p.peerId.toString())
79
})
80
81
- console.log(`this nodes peerID: ${libp2p.peerId.toString()}`)
82
-
83
return libp2p
84
}
85
0 commit comments