From 55bd69baa5ff42156aae014e32e3f39ce6f92ba5 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Fri, 15 Jun 2018 15:18:39 -0400 Subject: [PATCH] rmeove logs --- lib/tests/test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/tests/test.js b/lib/tests/test.js index 2e29be3ed..2b48b166a 100644 --- a/lib/tests/test.js +++ b/lib/tests/test.js @@ -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) {