From d45b9f45340a508226c5635e01bf4b0777a30bbc Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Fri, 1 Nov 2024 22:33:07 +0100 Subject: [PATCH] clean console.log --- libs/remix-ui/run-tab/src/lib/run-tab.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/remix-ui/run-tab/src/lib/run-tab.tsx b/libs/remix-ui/run-tab/src/lib/run-tab.tsx index 1a687fa329..5d1d1ef9c3 100644 --- a/libs/remix-ui/run-tab/src/lib/run-tab.tsx +++ b/libs/remix-ui/run-tab/src/lib/run-tab.tsx @@ -108,7 +108,6 @@ export function RunTabUI(props: RunTabProps) { const returnCompatibleChain = async (evmVersion: HardFork, targetChainId: number) => { const result = getCompatibleChain(evmVersion ?? 'paris', targetChainId) // using paris evm as a default fallback version - console.log('result', result) return result } @@ -133,7 +132,6 @@ export function RunTabUI(props: RunTabProps) { if (compilerState.target !== null && !runTab.networkName.toLowerCase().includes('vm')) { const targetChainId = runTab.chainId const ideDefault = fetchDetails && fetchDetails.evmVersion !== null ? fetchDetails.evmVersion : 'cancun' - console.log(ideDefault) const IsCompatible = isChainCompatible(ideDefault, targetChainId) const chain = await returnCompatibleChain(ideDefault, targetChainId) if (chain === undefined) { @@ -142,7 +140,6 @@ export function RunTabUI(props: RunTabProps) { return } else { setEvmCheckComplete(true) - console.log('check the things', { chain, fetchDetails, compilerState, targetChainId, runTab }) if (!IsCompatible) { //show modal plugin.call('notification', 'modal', {