Commit e9d203a3 authored by aniket-engg's avatar aniket-engg

payload method console removed

parent 1a63e612
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment