From af87be05144342834df0532202a640ea2ce3706a Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 28 May 2002 16:36:12 +0000 Subject: No debugf() please git-svn-id: svn://svn.rockbox.org/rockbox/trunk@773 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/tree.c') 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 */ -- cgit v1.2.3