Don't log Ganache Testrpc started event (#7822)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent ab7500a940
commit 73197b43e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/helper.js

@ -13,9 +13,7 @@ enableFailureOnUnhandledPromiseRejection()
// ganache server
const server = Ganache.server()
server.listen(8545, () => {
console.log('Ganache Testrpc is running on "http://localhost:8545"')
})
server.listen(8545, () => {})
log.setDefaultLevel(5)
global.log = log

Loading…
Cancel
Save