From 499b60f44ecf7124e1906157bd4fca141f48e8d9 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Thu, 12 Nov 2015 12:50:21 +0100 Subject: AD: remove annoying debug message This debug message is mostly a left over from development and doesn't give us any useful information. It is just annoying in the logs. Reviewed-by: Jakub Hrozek --- src/providers/ad/ad_common.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/providers') diff --git a/src/providers/ad/ad_common.c b/src/providers/ad/ad_common.c index 665e6ec4c..52284a5f3 100644 --- a/src/providers/ad/ad_common.c +++ b/src/providers/ad/ad_common.c @@ -621,10 +621,6 @@ static int ad_user_data_cmp(void *ud1, void *ud2) return sd1 == sd2 ? 0 : 1; } - DEBUG(SSSDBG_TRACE_LIBS, "Comparing %s with %s\n", - sd1->gc ? "GC" : "LDAP", - sd2->gc ? "GC" : "LDAP"); - if (sd1->gc == sd2->gc) { return 0; } -- cgit