Commit 1e17d8c4 authored by Grandschtroumpf's avatar Grandschtroumpf Committed by yann300

remove console.log

parent 7f6a9396
...@@ -81,7 +81,6 @@ class CompileTab { ...@@ -81,7 +81,6 @@ class CompileTab {
this.compiler.event.register('compilationFinished', (success, data, source) => { this.compiler.event.register('compilationFinished', (success, data, source) => {
if (success) { if (success) {
// forwarding the event to the appManager infra // 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) this.events.emit('compilationFinished', source.target, source, this.data.selectedVersion, data)
// Store the contracts // Store the contracts
this.data.contractsDetails = {} this.data.contractsDetails = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment