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