From 5fe44b2029967c56817420ef9e7ca9c88527e06a Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 27 Jun 2018 15:39:16 -0400 Subject: [PATCH] Revert "Debugging output for subscription issue" This reverts commit fc6aafe4a6192ca20454c89269108ec3fffcfa6c. --- SoObjects/SOGo/SOGoGCSFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index d94487b75..9b8a5977d 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -1004,7 +1004,7 @@ static NSArray *childRecordFields = nil; [folderSubscription removeObject: subscriptionPointer]; } - [self logWithFormat: @"Update subscriptions for %@: %@", [sogoUser login], folderSubscription]; + [self debugWithFormat: @"Update subscriptions for @%: %@", [sogoUser login], folderSubscription]; [us synchronize]; rc = YES;