mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-15 21:52:08 -04:00
transaction: Remove a stray debugging message
I assume this isn't meant to be user-facing. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -1646,7 +1646,6 @@ flatpak_transaction_ensure_remote_state (FlatpakTransaction *self,
|
||||
|
||||
state = flatpak_dir_get_remote_state_optional (priv->dir, remote, FALSE, NULL, error);
|
||||
|
||||
g_printerr ("flatpak_transaction_ensure_remote_state\n");
|
||||
if (state)
|
||||
{
|
||||
g_hash_table_insert (priv->remote_states, state->remote_name, flatpak_remote_state_ref (state));
|
||||
|
||||
Reference in New Issue
Block a user