summaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search.c b/src/search.c
index c3b6d54..a790528 100644
--- a/src/search.c
+++ b/src/search.c
@@ -130,8 +130,6 @@ struct nodelist* scanfiles(const char *STARTPATH, int (*cmp)(const struct dirent
130 130
131 files->fullpath = realpath(nodes[i]->d_name, NULL); 131 files->fullpath = realpath(nodes[i]->d_name, NULL);
132 132
133 printf("%s\n", files->fullpath);
134
135 files->next = nodelist_init(NULL); 133 files->next = nodelist_init(NULL);
136 files = files->next; 134 files = files->next;
137 } 135 }