diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 6705be3444..4a1fe61d50 100644 --- a/src/app/tabs/compile-tab.js +++ b/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 = {}