Skip to content

Commit

Permalink
chore: Remove verbose logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenyoung committed Oct 11, 2024
1 parent 251e894 commit 2f19952
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e-browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ describe('End-to-End Browser Tests', function () {
beforeEach(async function () {
lander1 = await launchLander({ orbiterAddress: orbiterAddress1, directory: 'lander1' })
lander2 = await launchLander({ orbiterAddress: orbiterAddress1, directory: 'lander2' })
console.log('launching lander 3')
lander3 = await launchLander({ orbiterAddress: orbiterAddress2, directory: 'lander3' })
console.log('lander 3 launched')
console.log('lander1 peerId', lander1.orbitdb.ipfs.libp2p.peerId)
console.log('lander3 peerId', lander3.orbitdb.ipfs.libp2p.peerId)

Expand Down

0 comments on commit 2f19952

Please sign in to comment.