summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/filelist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/filelist.c b/common/filelist.c
index b6e5c0f..2926376 100644
--- a/common/filelist.c
+++ b/common/filelist.c
@@ -124,7 +124,6 @@ filelist_tree_find_node_by_path (struct PathTree *tree, const char *path)
} else
if (tree && tree->items && tree->items->len > 0) {
split_path (p, &first_part, &last_part);
- log (" filelist_tree_find_node_by_path: pos = '%s'\n", pos);
log (" filelist_tree_find_node_by_path: first_part = '%s'\n", first_part);
log (" filelist_tree_find_node_by_path: last_part = '%s'\n", last_part);
@@ -179,7 +178,6 @@ filelist_tree_add_item_recurr (struct PathTree *tree, const char *path, struct T
unsigned int i;
split_path (path, &first_part, &last_part);
- log (" filelist_tree_add_item_recur: pos = '%s'\n", pos);
log (" filelist_tree_add_item_recur: first_part = '%s'\n", first_part);
log (" filelist_tree_add_item_recur: last_part = '%s'\n", last_part);