From 5b2595866906387f5c27dd2befba011d0738bfe7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 2 Dec 2009 18:27:48 +0000 Subject: [PATCH] Monotone-Parent: b9b71557c4538ab6b966ddb397fe17906f893873 Monotone-Revision: bbbdf59fa48b91230965d91f5c9ef35eb49d2bd7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-02T18:27:48 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/UIxContactFoldersView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Contacts/UIxContactFoldersView.m b/UI/Contacts/UIxContactFoldersView.m index ebcb4044e..f3dffc6a5 100644 --- a/UI/Contacts/UIxContactFoldersView.m +++ b/UI/Contacts/UIxContactFoldersView.m @@ -190,7 +190,7 @@ searchText = [self queryParameterForKey: @"search"]; if ([searchText length] > 0) { - NSLog(@"Search all contacts: %@", searchText); + // NSLog(@"Search all contacts: %@", searchText); excludeGroups = [[self queryParameterForKey: @"excludeGroups"] boolValue]; excludeLists = [[self queryParameterForKey: @"excludeLists"] boolValue]; NS_DURING