mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
feat(core): Add URL encryption for GDPR compliancy. Remove log
This commit is contained in:
@@ -1219,7 +1219,6 @@ static const NSString *kEncryptedUserNamePrefix = @"uenc";
|
||||
tmp = nil;
|
||||
|
||||
tmp = [cache valueForKey: cacheKey];
|
||||
NSLog(@"DKEY %@ - %@", cacheKey, tmp);
|
||||
if (tmp) {
|
||||
return tmp;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user