From 9d67adfc45f18f501f6363b552d96734ad76f1b9 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Wed, 26 Jan 2022 21:19:03 -0500 Subject: [PATCH] `ls`: remove debug printf. --- src/ls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index e7b633e..83eaf0d 100644 --- a/src/ls.c +++ b/src/ls.c @@ -86,7 +86,6 @@ static int listDirs(char *thatpath, bool specpath, bool colour, bool showdot, n++; } } - printf("%i\n",n); rewinddir(dirp); char *words[n]; int count = 0;