Revert "Debugging output for subscription issue"

This reverts commit 82d992fc67.
pull/229/merge
Francis Lachapelle 2018-06-27 15:39:18 -04:00
parent 5fe44b2029
commit 213ef0efb5
2 changed files with 2 additions and 6 deletions

View File

@ -1004,7 +1004,6 @@ static NSArray *childRecordFields = nil;
[folderSubscription removeObject: subscriptionPointer];
}
[self debugWithFormat: @"Update subscriptions for @%: %@", [sogoUser login], folderSubscription];
[us synchronize];
rc = YES;

View File

@ -348,11 +348,8 @@ static SoSecurityManager *sm = nil;
[subscribedReferences removeObject: currentKey];
[folderDisplayNames removeObjectForKey: currentKey];
if ([owner isEqualToString: activeUser])
{
// Synchronize settings only if the subscription is owned by the active user
dirty = YES;
[self errorWithFormat: @"%@ lost access to %@", owner, currentKey];
}
// Synchronize settings only if the subscription is owned by the active user
dirty = YES;
}
}