pull/2808/head
lianahus 2 years ago committed by Aniket
parent 89df3d476f
commit f460b84d6f
  1. 1
      apps/vyper/src/app/components/CompilerButton.tsx

@ -77,7 +77,6 @@ function CompilerButton({ contract, setOutput, compilerUrl }: Props) {
start: { line: parseInt(location[0]) - 1, column: 10 },
end: { line: parseInt(location[0]) - 1, column: 10 }
}
console.log("msg = ", message)
remixClient.highlight(lineColumnPos as any, _contract.name, message)
}
})

Loading…
Cancel
Save