fixCompilationTargets
yann300 4 years ago
parent 662549cedb
commit 35b7dd3ec8
  1. 1
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -152,7 +152,6 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
compilationResult: async (address) => {
try {
const ret = await debuggerModule.fetchContractAndCompile(address, currentReceipt)
console.log('ok', ret)
return ret
} catch (e) {
console.error(e)

Loading…
Cancel
Save