Browse Source

Remove test code

master
Arun Prakash Jana 6 years ago
parent
commit
c678c9f786
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/nnn.c

+ 0
- 3
src/nnn.c View File

@@ -3602,9 +3602,6 @@ int main(int argc, char *argv[])
return 1; return 1;
} }


printf("%d\n", CMD_LEN_MAX);
return 0;

/* Get the context colors; copier used as tmp var */ /* Get the context colors; copier used as tmp var */
if (cfg.showcolor) { if (cfg.showcolor) {
copier = getenv("NNN_CONTEXT_COLORS"); copier = getenv("NNN_CONTEXT_COLORS");


Loading…
Cancel
Save