diff --git a/SignalServiceKit/src/Util/ModelReadCache.swift b/SignalServiceKit/src/Util/ModelReadCache.swift index 13f00a4ce2..7ffde1a67f 100644 --- a/SignalServiceKit/src/Util/ModelReadCache.swift +++ b/SignalServiceKit/src/Util/ModelReadCache.swift @@ -113,7 +113,6 @@ private class ModelReadCache ValueType? { - Logger.verbose("---- Reading \(key) in \(logName)") if let value = readBlock(key, transaction) { if !isExcluded(key: key), canUseCache(transaction: transaction) { @@ -412,7 +411,6 @@ private class ModelReadCacheWrapper