mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 22:32:45 +00:00
Avoid unnecessary calls to NSLog
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/* UIxCalView.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2006-2009 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
* Copyright (C) 2006-2015 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
|
||||
@@ -584,7 +582,7 @@
|
||||
[uri appendString: @"Groups/_custom_"];
|
||||
[uri appendString: uidsString];
|
||||
[uri appendString: @"/"];
|
||||
NSLog (@"Group URI = '%@'", uri);
|
||||
//NSLog (@"Group URI = '%@'", uri);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user