Skip to content

Commit b14c9af

Browse files
committed
Update web3-provider.js
1 parent 4d575b3 commit b14c9af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/remix-ide/src/app/tabs/web3-provider.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export class Web3ProviderModule extends Plugin {
8484
}
8585
try {
8686
const t = await provider.sendAsync(payload)
87-
console.log(t, payload)
8887
resultFn(null, t)
8988
} catch (e) {
9089
resultFn(e.error ? e.error : e)

0 commit comments

Comments
 (0)