From 05eb5a03f2fb559846a15d3da834eee6b5c5c09d Mon Sep 17 00:00:00 2001 From: Stephen Pair Date: Tue, 20 Oct 2015 15:49:01 +0000 Subject: [PATCH] remove debug output from bitcore cli utility --- lib/cli/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cli/main.js b/lib/cli/main.js index 66be97d4..ce49f453 100644 --- a/lib/cli/main.js +++ b/lib/cli/main.js @@ -24,8 +24,6 @@ function main() { .description('Create a new node') .option('-d, --datadir ', 'Specify the bitcoin database directory') .action(function(dirname, cmd){ - console.log('dirname', dirname); - console.log('cmd', cmd); if (cmd.datadir) { cmd.datadir = path.resolve(process.cwd(), cmd.datadir); }