[gnome-software] trivial: Remove duplicate review being printed in debug code
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Remove duplicate review being printed in debug code
- Date: Thu, 25 May 2017 21:22:27 +0000 (UTC)
commit c33c2d6bab0f86455a55cf21c657dbfa809102d8
Author: Robert Ancell <robert ancell canonical com>
Date: Fri May 26 09:22:13 2017 +1200
trivial: Remove duplicate review being printed in debug code
lib/gs-plugin-job.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/lib/gs-plugin-job.c b/lib/gs-plugin-job.c
index c51166e..59589ff 100644
--- a/lib/gs-plugin-job.c
+++ b/lib/gs-plugin-job.c
@@ -107,10 +107,6 @@ gs_plugin_job_to_string (GsPluginJob *self)
g_string_append_printf (str, " with review=%s",
as_review_get_id (self->review));
}
- if (self->review != NULL) {
- g_string_append_printf (str, " with review=%s",
- as_review_get_id (self->review));
- }
if (self->auth != NULL) {
g_string_append_printf (str, " with auth=%s",
gs_auth_get_provider_id (self->auth));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]