mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-24 18:04:54 -04:00
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.
This commit is contained in:
committed by
Alexander Larsson
parent
ea7b262049
commit
c04df80ee1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user