Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored and Aniket-Engg committed Jun 17, 2024
1 parent 3fd6d38 commit 51d50da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ export function ContractDropdownUI(props: ContractDropdownProps) {
evmVersion = JSON.parse(loadedContractData.metadata).settings.evmVersion
}
} catch (err) {}
console.log('current file', currentFile)
return (
<div className="udapp_container mb-2" data-id="contractDropdownContainer">
<div className="d-flex justify-content-between">
Expand Down

0 comments on commit 51d50da

Please sign in to comment.