Skip to content

Commit 5c482da

Browse files
author
filip mertens
committed
rm consoles
1 parent 7e9fa5b commit 5c482da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,7 @@ export function ContractDropdownUI(props: ContractDropdownProps) {
217217
}
218218

219219
const updateCompilerName = () => {
220-
console.log('updateCompilerName', contractsRef.current.value)
221220
if (contractsRef.current.value) {
222-
console.log(contractsRef.current.value)
223-
const compilerNames = [...new Set([...contractList[currentFile].map(contract => contract.compilerName)])]
224-
console.log(compilerNames)
225221
contractList[currentFile].forEach(contract => {
226222
if (contract.alias === contractsRef.current.value) {
227223
setCompilerName(contract.compilerName)

0 commit comments

Comments
 (0)