mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Remove debugging
This commit is contained in:
parent
63c73ef361
commit
91683dc60d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue