[evolution-data-server/gnome-3-32] Remove forgotten debug print from an LDAP book backend



commit ee9b8a8fa57fc022e71aff1fa309977298bba49c
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 0156a5caf..989561562 100644
--- a/src/addressbook/backends/ldap/e-book-backend-ldap.c
+++ b/src/addressbook/backends/ldap/e-book-backend-ldap.c
@@ -2291,8 +2291,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]