mirror of https://github.com/embarklabs/embark.git
rmeove logs
This commit is contained in:
parent
f32ac90e71
commit
55bd69baa5
|
@ -110,7 +110,6 @@ class Test {
|
|||
this.engine.startService("codeGenerator");
|
||||
|
||||
this.engine.contractsManager.build(() => {
|
||||
console.log('BUILT');
|
||||
self.builtContracts = cloneDeep(self.engine.contractsManager.contracts);
|
||||
self.compiledContracts = cloneDeep(self.engine.contractsManager.compiledContracts);
|
||||
callback();
|
||||
|
@ -195,7 +194,6 @@ class Test {
|
|||
|
||||
async.waterfall([
|
||||
function checkDeploymentOpts(next) {
|
||||
console.log('check', options);
|
||||
self.checkDeploymentOptions(options, next);
|
||||
},
|
||||
function resetContracts(next) {
|
||||
|
|
Loading…
Reference in New Issue