Merge pull request #521 from ethereum/payloadConsole

payload method console removed
yann300-patch-12
yann300 4 years ago committed by GitHub
commit 80377406d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-simulator/src/provider.js

@ -41,7 +41,7 @@ class Provider {
}
sendAsync (payload, callback) {
log.info('payload method is ', payload.method)
// log.info('payload method is ', payload.method) // commented because, this floods the IDE console
const method = this.methods[payload.method]
if (this.options.logDetails) {

Loading…
Cancel
Save