mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Revert "Debugging output for subscription issue"
This reverts commit 82d992fc67.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user