(fix) silence log call

This commit is contained in:
Ludovic Marcotte
2019-08-23 08:46:27 -04:00
parent ff33356742
commit b68c9bd302
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -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];
+1 -4
View File
@@ -1,9 +1,6 @@
/* SQLSource.h - this file is part of SOGo
*
* Copyright (C) 2009-2017 Inverse inc.
*
* Authors: Ludovic Marcotte <lmarcotte@inverse.ca>
* Francis Lachapelle <flachapelle@invers.ca>
* 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