diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2023-12-17 19:14:27 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2023-12-17 19:14:27 +0100 |
| commit | 21434dedc4212121d4399f9880293f6cedf1cc52 (patch) | |
| tree | 81369d8bfd4aa589c118b7fa679ff870d9d75491 /common/filelist.c | |
| parent | 36867ac3af93e933184204bb95df0dbdcb3205c5 (diff) | |
| download | tuxcmd-modules-21434dedc4212121d4399f9880293f6cedf1cc52.tar.xz | |
common: Fix debug logging
Diffstat (limited to 'common/filelist.c')
| -rw-r--r-- | common/filelist.c | 2 |
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); |
