From 213ef0efb5a50d342ba1fe39a2ea65f826e37017 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 27 Jun 2018 15:39:18 -0400 Subject: [PATCH] Revert "Debugging output for subscription issue" This reverts commit 82d992fc67839b2d5000ff5553dc5cc2caa984a8. --- SoObjects/SOGo/SOGoGCSFolder.m | 1 - SoObjects/SOGo/SOGoParentFolder.m | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 9b8a5977d..4770c864f 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -1004,7 +1004,6 @@ static NSArray *childRecordFields = nil; [folderSubscription removeObject: subscriptionPointer]; } - [self debugWithFormat: @"Update subscriptions for @%: %@", [sogoUser login], folderSubscription]; [us synchronize]; rc = YES; diff --git a/SoObjects/SOGo/SOGoParentFolder.m b/SoObjects/SOGo/SOGoParentFolder.m index 99b23006e..ae523f935 100644 --- a/SoObjects/SOGo/SOGoParentFolder.m +++ b/SoObjects/SOGo/SOGoParentFolder.m @@ -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; } }