From c04df80ee1d5705cb2b476741e3d4969c7cc377b Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 29 Oct 2020 15:29:05 +0100 Subject: [PATCH] Drop some spew from flatpak_dir_list_unused_refs() This was showing up in every flatpak update, making it hard to see the important stuff. --- common/flatpak-dir.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c index 8e2bab8f..fc5caa61 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -15956,10 +15956,7 @@ flatpak_dir_list_unused_refs (FlatpakDir *self, } if (!is_eol) - { - g_debug ("Ref %s is not EOL, considering as used", ref); - continue; - } + continue; } g_ptr_array_add (refs, g_strdup (ref));