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.
*/
sendAsync (payload) {
console.log(payload)
return this.askUserPermission('sendAsync', `Calling ${payload.method} with parameters ${JSON.stringify(payload.params)}`).then(
async (result) => {
if(result){

Loading…
Cancel
Save