From e9d203a322529d326179c15e2bab6734c590bd5e Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Tue, 27 Oct 2020 13:06:28 +0530 Subject: [PATCH] payload method console removed --- libs/remix-simulator/src/provider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-simulator/src/provider.js b/libs/remix-simulator/src/provider.js index 58c3c6fa9b8..f9d1d68fba2 100644 --- a/libs/remix-simulator/src/provider.js +++ b/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) {