mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
(fix) silence log call
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user