From c81a4100a5c1674be6a8230bb3840171dfa5c6b3 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 18 Nov 2013 17:13:48 +0000 Subject: [PATCH] hawkey: Reduce the amount of debugging when installing updates --- backends/hawkey/hif-state.c | 1 - backends/hawkey/pk-backend-hawkey.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/backends/hawkey/hif-state.c b/backends/hawkey/hif-state.c index 8788a5ec3..c8a86ff52 100644 --- a/backends/hawkey/hif-state.c +++ b/backends/hawkey/hif-state.c @@ -299,7 +299,6 @@ hif_state_set_speed (HifState *state, guint64 speed) if (sum_cnt > 0) sum /= sum_cnt; - g_debug ("speed = %" G_GUINT64_FORMAT " kb/sec", sum / 1024); hif_state_set_speed_internal (state, sum); } diff --git a/backends/hawkey/pk-backend-hawkey.c b/backends/hawkey/pk-backend-hawkey.c index c5ba69f9a..05da58354 100644 --- a/backends/hawkey/pk-backend-hawkey.c +++ b/backends/hawkey/pk-backend-hawkey.c @@ -2072,7 +2072,6 @@ hif_commit_ts_progress_cb (const void *arg, /* progress */ percentage = (100.0f / (gfloat) total) * (gfloat) amount; - g_debug ("progress %i/%i", (gint32) amount, (gint32) total); if (commit->child != NULL) hif_state_set_percentage (commit->child, percentage); @@ -2106,7 +2105,6 @@ hif_commit_ts_progress_cb (const void *arg, /* progress */ percentage = (100.0f / (gfloat) total) * (gfloat) amount; - g_debug ("progress %i/%i", (gint32) amount, (gint32) total); if (commit->child != NULL) hif_state_set_percentage (commit->child, percentage);