consoles removed

pull/1344/head
aniket-engg 3 years ago committed by joseph izang
parent 1e851cb82e
commit 2b33cf675b
  1. 2
      apps/remix-ide/src/app/tabs/hardhat-provider.js

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

Loading…
Cancel
Save