From 8d25ecf2e1a1da28587614d5337805db0a63ce28 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 25 Mar 2020 20:04:20 +0000 Subject: [PATCH] transaction: Remove a stray debugging message I assume this isn't meant to be user-facing. Signed-off-by: Simon McVittie --- common/flatpak-transaction.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/flatpak-transaction.c b/common/flatpak-transaction.c index a8b9bd7c..a91064f5 100644 --- a/common/flatpak-transaction.c +++ b/common/flatpak-transaction.c @@ -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));