remove console.dir

pull/7/head
yann300 6 years ago
parent d5b9f6a67e
commit f79278f0dd
  1. 2
      remix-solidity/src/compiler/compiler.js

@ -55,7 +55,6 @@ function Compiler (handleImportCall) {
}
var compile = function (files, target) {
console.dir("compile");
self.event.trigger('compilationStarted', [])
internalCompile(files, target)
}
@ -212,7 +211,6 @@ function Compiler (handleImportCall) {
} else if (missingInputs !== undefined && missingInputs.length > 0) {
// try compiling again with the new set of inputs
console.dir("compilationFinshed");
internalCompile(source.sources, source.target, missingInputs)
} else {
data = updateInterface(data)

Loading…
Cancel
Save