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
commitb3889a58674be40a1e7bdb441ef8304f44736f75 (patch)
tree7597cdc65f9d42559b9ebf4469bef887a53fe0d4 /index.js
parent6e90cde57af865e585cf06d297eadb4424ebcdbb (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;