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:
Alexander Larsson
2020-10-29 15:29:05 +01:00
committed by Alexander Larsson
parent ea7b262049
commit c04df80ee1

View File

@@ -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));