diff --git a/src/nnn.c b/src/nnn.c index f292351e..6ed1b608 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3602,9 +3602,6 @@ int main(int argc, char *argv[]) return 1; } - printf("%d\n", CMD_LEN_MAX); - return 0; - /* Get the context colors; copier used as tmp var */ if (cfg.showcolor) { copier = getenv("NNN_CONTEXT_COLORS");