mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Revert "Debugging output for subscription issue"
This reverts commit c6e11606e9.
This commit is contained in:
@@ -169,10 +169,7 @@ static NSArray *childRecordFields = nil;
|
||||
[newFolder setOwner: login];
|
||||
[newFolder setIsSubscription: localIsSubscription];
|
||||
if (![newFolder displayName])
|
||||
{
|
||||
[self errorWithFormat: @"No displayName for %@", newFolder];
|
||||
newFolder = nil;
|
||||
}
|
||||
newFolder = nil;
|
||||
|
||||
return newFolder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user