consoles removed

pull/5370/head
aniket-engg 3 years ago committed by joseph izang
parent 7738843ce5
commit 2d0830cd94
  1. 2
      apps/remix-ide/src/app/tabs/hardhat-provider.js

@ -40,8 +40,6 @@ export default class HardhatProvider extends Plugin {
} }
sendAsync (data) { sendAsync (data) {
console.log('data in sendAsync-->', data)
console.log('provider in sendAsync-->', this.provider)
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
// If provider is not set, allow to open modal only when provider is trying to connect // If provider is not set, allow to open modal only when provider is trying to connect
if (!this.provider || data.method === 'net_listening') { if (!this.provider || data.method === 'net_listening') {

Loading…
Cancel
Save