|
|
@ -41,7 +41,7 @@ class Provider { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
sendAsync (payload, callback) { |
|
|
|
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] |
|
|
|
const method = this.methods[payload.method] |
|
|
|
if (this.options.logDetails) { |
|
|
|
if (this.options.logDetails) { |
|
|
|