We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9fa5b commit 5c482daCopy full SHA for 5c482da
libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx
@@ -217,11 +217,7 @@ export function ContractDropdownUI(props: ContractDropdownProps) {
217
}
218
219
const updateCompilerName = () => {
220
- console.log('updateCompilerName', contractsRef.current.value)
221
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)
225
contractList[currentFile].forEach(contract => {
226
if (contract.alias === contractsRef.current.value) {
227
setCompilerName(contract.compilerName)
0 commit comments