aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorame <[email protected]>2023-10-31 22:49:16 -0500
committerame <[email protected]>2023-10-31 22:49:16 -0500
commitf4e8985ca9aa8c370314566bc46a9e7786b931c5 (patch)
tree77d898b1d20331135af3cec1b2a0397c274f8439 /index.js
parentc2fbf3817925d08ca4a57b6a8803fd7b0d10c826 (diff)
better status and cleanup
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js
index 3b70443..321f1c4 100644
--- a/index.js
+++ b/index.js
@@ -95,7 +95,6 @@ function update_options(scom,options){
subcommand
.setName(opt.name)
.setDescription("test")
- console.log(opt.options)
return update_options(subcommand, opt.options)
})
break;