pull/5370/head
filip mertens 3 years ago
parent 492628b079
commit 59b22b4fdf
  1. 1
      apps/remix-ide/src/app/tabs/web3-provider.js

@ -21,7 +21,6 @@ export class Web3ProviderModule extends Plugin {
Should be taken carefully and probably not be release as it is now. Should be taken carefully and probably not be release as it is now.
*/ */
sendAsync (payload) { sendAsync (payload) {
console.log(payload)
return this.askUserPermission('sendAsync', `Calling ${payload.method} with parameters ${JSON.stringify(payload.params)}`).then( return this.askUserPermission('sendAsync', `Calling ${payload.method} with parameters ${JSON.stringify(payload.params)}`).then(
async (result) => { async (result) => {
if(result){ if(result){

Loading…
Cancel
Save