Skip to content

Commit

Permalink
payload method console removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Oct 27, 2020
1 parent 1a63e61 commit e9d203a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-simulator/src/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e9d203a

Please sign in to comment.