From 9f96905c3aad496908a54076986669476deb7f1a Mon Sep 17 00:00:00 2001 From: smizrahi Date: Tue, 2 Jan 2024 13:48:54 +0100 Subject: [PATCH] feat(core): Add URL encryption for GDPR compliancy. Remove log --- SoObjects/SOGo/SOGoUser.m | 1 - 1 file changed, 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoUser.m b/SoObjects/SOGo/SOGoUser.m index 652d66e51..1d606a7a5 100644 --- a/SoObjects/SOGo/SOGoUser.m +++ b/SoObjects/SOGo/SOGoUser.m @@ -1219,7 +1219,6 @@ static const NSString *kEncryptedUserNamePrefix = @"uenc"; tmp = nil; tmp = [cache valueForKey: cacheKey]; - NSLog(@"DKEY %@ - %@", cacheKey, tmp); if (tmp) { return tmp; } else {