diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-05-28 16:36:12 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-05-28 16:36:12 +0000 |
commit | af87be05144342834df0532202a640ea2ce3706a (patch) | |
tree | 5724cf701df9c2ceea0c98939400cc28c4a3184a /apps | |
parent | b3f59c41726a6f48d5f12bfe105e1ef2c8bcaf3c (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.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 */ |