Remove debugging

This commit is contained in:
Ali
2023-03-14 22:25:07 +04:00
parent 63c73ef361
commit 91683dc60d

View File

@@ -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