Blame SOURCES/remove-spurious-print.patch

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