payload method console removed

pull/521/head
aniket-engg 4 years ago
parent 1a63e612d5
commit e9d203a322
  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