remove debug output from bitcore cli utility
This commit is contained in:
parent
2ff8bd8b42
commit
05eb5a03f2
@ -24,8 +24,6 @@ function main() {
|
|||||||
.description('Create a new node')
|
.description('Create a new node')
|
||||||
.option('-d, --datadir <dir>', 'Specify the bitcoin database directory')
|
.option('-d, --datadir <dir>', 'Specify the bitcoin database directory')
|
||||||
.action(function(dirname, cmd){
|
.action(function(dirname, cmd){
|
||||||
console.log('dirname', dirname);
|
|
||||||
console.log('cmd', cmd);
|
|
||||||
if (cmd.datadir) {
|
if (cmd.datadir) {
|
||||||
cmd.datadir = path.resolve(process.cwd(), cmd.datadir);
|
cmd.datadir = path.resolve(process.cwd(), cmd.datadir);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user