pull/5381/head
Joseph Izang 2 weeks ago committed by Aniket
parent ead3ee0bc6
commit 33d14ca4aa
  1. 2
      libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx

@ -233,8 +233,6 @@ export function ContractGUI(props: ContractGUIProps) {
props.getVersion()
if (props.runTabState.selectExEnv.toLowerCase().startsWith('vm-') || props.runTabState.selectExEnv.toLowerCase().includes('basic-http-provider')) {
const tabState = props.runTabState
console.log('checkComplete and status', { tabState })
await handleDeploy()
} else {
const status = await props.getCompilerDetails()

Loading…
Cancel
Save