Merge pull request #331 from gasteve/master
remove debug output from bitcore cli utility
This commit is contained in:
commit
9b0ea9873d
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user