summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 9781f83..1dc510f 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -290,9 +290,7 @@ int ft_load(struct tree_context* c, const char* tempdir)
if (!entry)
break;
- DEBUGF("aaa\n");
info = dir_get_info(dir, entry);
- DEBUGF("ccc\n");
len = strlen((char *)entry->d_name);
/* skip directories . and .. */