`ls`: remove debug printf.

master
Drake 2 years ago
parent 177e7648c4
commit 9d67adfc45

@ -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;

Loading…
Cancel
Save