diff options
author | 2018-12-20 23:27:16 +0530 | |
---|---|---|
committer | 2018-12-20 23:27:16 +0530 | |
commit | c678c9f786fdbdbbb96dd744308b1b51443bf788 (patch) | |
tree | d045ddedc008c388589ffa2a59d109d18331a900 | |
parent | 75060f592395322c860f297e29fee695efc97c2a (diff) | |
download | nnn-c678c9f786fdbdbbb96dd744308b1b51443bf788.tar.gz |
Remove test code
-rw-r--r-- | src/nnn.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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"); |