aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
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;