From b68c9bd3021e190c37a5a0cabde4a0f216d98d7e Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 23 Aug 2019 08:46:27 -0400 Subject: [PATCH] (fix) silence log call --- SoObjects/SOGo/LDAPSource.m | 2 +- SoObjects/SOGo/SQLSource.h | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/SoObjects/SOGo/LDAPSource.m b/SoObjects/SOGo/LDAPSource.m index 3ce7fd027..4ed641d45 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -426,7 +426,7 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses NS_DURING { - NSLog(@"Creating NGLdapConnection instance for bindDN '%@'", _bindDN); + //NSLog(@"Creating NGLdapConnection instance for bindDN '%@'", _bindDN); ldapConnection = [[NGLdapConnection alloc] initWithHostName: _hostname port: _port]; [ldapConnection autorelease]; diff --git a/SoObjects/SOGo/SQLSource.h b/SoObjects/SOGo/SQLSource.h index e84b4c05b..c5227c6d5 100644 --- a/SoObjects/SOGo/SQLSource.h +++ b/SoObjects/SOGo/SQLSource.h @@ -1,9 +1,6 @@ /* SQLSource.h - this file is part of SOGo * - * Copyright (C) 2009-2017 Inverse inc. - * - * Authors: Ludovic Marcotte - * Francis Lachapelle + * Copyright (C) 2009-2019 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by