summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-05-28 16:36:12 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-05-28 16:36:12 +0000
commitaf87be05144342834df0532202a640ea2ce3706a (patch)
tree5724cf701df9c2ceea0c98939400cc28c4a3184a /apps
parentb3f59c41726a6f48d5f12bfe105e1ef2c8bcaf3c (diff)
No debugf() please
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@773 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c1
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 */