remove debug output from bitcore cli utility

This commit is contained in:
Stephen Pair 2015-10-20 15:49:01 +00:00
parent 2ff8bd8b42
commit 05eb5a03f2
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ function main() {
.description('Create a new node')
.option('-d, --datadir <dir>', '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);
}