From c2ae0c5b4f1b3eb3a920a10563840310f9a98152 Mon Sep 17 00:00:00 2001 From: Aakil Fernandes Date: Thu, 25 Feb 2016 13:40:09 -0500 Subject: [PATCH] rebase --- lib/deploy.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/deploy.js b/lib/deploy.js index 03f169e0..5d17cfdf 100644 --- a/lib/deploy.js +++ b/lib/deploy.js @@ -36,9 +36,9 @@ Deploy.prototype.deploy_contract = function(contractObject, contractParams, cb) cb(contract.address); } else { - //console.log(arguments); - //console.log("error deploying"); - //exit(); + console.log("error deploying"); + console.log(e) + exit(); } };