From 21434dedc4212121d4399f9880293f6cedf1cc52 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 17 Dec 2023 19:14:27 +0100 Subject: common: Fix debug logging --- common/filelist.c | 2 -- 1 file changed, 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); -- cgit v1.2.3