Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Jan 27, 2025
1 parent beb15bc commit 056bebe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/remix-ui/run-tab/src/lib/run-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ export function RunTabUI(props: RunTabProps) {
}
}

console.log({ plugin, runTab })

const getCompilerDetails = async () => await checkEvmChainCompatibility()

const returnCompatibleChain = async (evmVersion: HardFork, targetChainId: number) => {
Expand Down

0 comments on commit 056bebe

Please sign in to comment.