]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove test code
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 20 Dec 2018 17:57:16 +0000 (23:27 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 20 Dec 2018 17:57:16 +0000 (23:27 +0530)
src/nnn.c

index f292351eda49b0b97c63b561496c2e9b5282132d..6ed1b60837fc67a79a7b5332295eab194d578593 100644 (file)
--- 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");