Blame SOURCES/remove-spurious-print.patch

c1b752
From f46ba61d7df33d63c1e904c5559017a57a7e8228 Mon Sep 17 00:00:00 2001
c1b752
From: Stef Walter <stefw@redhat.com>
c1b752
Date: Fri, 24 Jul 2015 17:03:25 +0200
c1b752
Subject: [PATCH] tools: Remove spurious print output
c1b752
c1b752
---
c1b752
 tools/realm-join.c | 1 -
c1b752
 1 file changed, 1 deletion(-)
c1b752
c1b752
diff --git a/tools/realm-join.c b/tools/realm-join.c
c1b752
index e5760b2..feb6edc 100644
c1b752
--- a/tools/realm-join.c
c1b752
+++ b/tools/realm-join.c
c1b752
@@ -237,7 +237,6 @@ perform_join (RealmClient *client,
c1b752
 		return 1;
c1b752
 	}
c1b752
 
c1b752
-g_printerr ("id mapping %d %d\n", args->automatic_id_mapping_set, args->automatic_id_mapping);
c1b752
 	options = realm_build_options (REALM_DBUS_OPTION_COMPUTER_OU, args->computer_ou,
c1b752
 	                               REALM_DBUS_OPTION_MEMBERSHIP_SOFTWARE, args->membership_software,
c1b752
 	                               REALM_DBUS_OPTION_USER_PRINCIPAL, args->user_principal,
c1b752
-- 
c1b752
2.4.3
c1b752