remove console.log

pull/1/head
Grandschtroumpf 6 years ago committed by yann300
parent 7f6a93962a
commit 1e17d8c476
  1. 1
      src/app/tabs/compile-tab.js

@ -81,7 +81,6 @@ class CompileTab {
this.compiler.event.register('compilationFinished', (success, data, source) => {
if (success) {
// forwarding the event to the appManager infra
console.log(source.target, source, this.data.selectedVersion, data)
this.events.emit('compilationFinished', source.target, source, this.data.selectedVersion, data)
// Store the contracts
this.data.contractsDetails = {}

Loading…
Cancel
Save