mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Remove debugging
This commit is contained in:
@@ -576,7 +576,7 @@ public final class MediaBox {
|
||||
paths.partial + ".meta"
|
||||
])
|
||||
|
||||
#if DEBUG
|
||||
#if true
|
||||
if let fileContext = MediaBoxFileContextV2Impl(queue: self.dataQueue, manager: self.dataFileManager, storageBox: self.storageBox, resourceId: id.stringRepresentation.data(using: .utf8)!, path: paths.complete, partialPath: paths.partial, metaPath: paths.partial + ".meta") {
|
||||
context = fileContext
|
||||
self.fileContexts[resourceId] = fileContext
|
||||
|
||||
Reference in New Issue
Block a user