@ -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) {