diff options
-rw-r--r-- | apps/tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index a74045f1af..c2d9b216a5 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -87,7 +87,6 @@ static int showdir(char *path, int start) /* new dir? cache it */ if (strncmp(path,lastdir,sizeof(lastdir))) { - debugf("Caching dir %s\n",path); DIR *dir = opendir(path); if(!dir) return -1; /* not a directory */ |