remove console.log

pull/3598/head
yann300 2 years ago
parent 75f1479e6f
commit f5bfaa1ca6
  1. 1
      libs/remix-ui/run-tab/src/lib/actions/events.ts

@ -142,7 +142,6 @@ export const setupEvents = (plugin: RunTab, dispatch: React.Dispatch<any>) => {
}
const broadcastCompilationResult = async (compilerName: string, plugin: RunTab, dispatch: React.Dispatch<any>, file, source, languageVersion, data, input?) => {
console.log('broadcastCompilationResult')
_paq.push(['trackEvent', 'udapp', 'broadcastCompilationResult', compilerName])
// TODO check whether the tab is configured
const compiler = new CompilerAbstract(languageVersion, data, source, input)

Loading…
Cancel
Save