aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/cli.c')
-rw-r--r--src/stdlib/cli.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/cli.c b/src/stdlib/cli.c
index 397ed0b2..8512d106 100644
--- a/src/stdlib/cli.c
+++ b/src/stdlib/cli.c
@@ -150,8 +150,6 @@ void tomo_parse_args(int argc, char *argv[], Text_t usage, Text_t help, const ch
}
static int64_t parse_arg_list(List_t args, const char *flag, void *dest, const TypeInfo_t *type, bool allow_dashes) {
- // print("Parsing type ", generic_as_text(NULL, true, type), ": ",
- // generic_as_text(&args, true, List$info(&CString$info)));
if (type->tag == ListInfo) {
void *item = GC_MALLOC((size_t)type->ListInfo.item->size);
int64_t n = 0;