[evolution-data-server] Remove forgotten debug print from an LDAP book backend



commit e64fa1da87a53ff7b9790a77b81ea67e4c9e4ba9
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jun 13 15:38:25 2019 +0200

    Remove forgotten debug print from an LDAP book backend

 src/addressbook/backends/ldap/e-book-backend-ldap.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/addressbook/backends/ldap/e-book-backend-ldap.c 
b/src/addressbook/backends/ldap/e-book-backend-ldap.c
index ebcc09706..66d758dee 100644
--- a/src/addressbook/backends/ldap/e-book-backend-ldap.c
+++ b/src/addressbook/backends/ldap/e-book-backend-ldap.c
@@ -2280,8 +2280,6 @@ contact_list_handler (LDAPOp *op,
                if (ldap_error_msg)
                        ldap_memfree (ldap_error_msg);
 
-               g_warning ("search returned %d\n", ldap_error);
-
                if (ldap_error == LDAP_TIMELIMIT_EXCEEDED)
                        e_data_book_respond_get_contact_list (
                                op->book,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]