hawkey: Reduce the amount of debugging when installing updates

This commit is contained in:
Richard Hughes 2013-11-18 17:13:48 +00:00
parent f0f8ce40eb
commit c81a4100a5
2 changed files with 0 additions and 3 deletions

View File

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

View File

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