mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 15:37:01 +00:00
Remove debugging
This commit is contained in:
parent
88a0fd7a81
commit
c2c0584dc9
@ -954,7 +954,6 @@ public final class MetalEngine {
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
#if targetEnvironment(simulator)
|
||||
if #available(iOS 13.0, *) {
|
||||
if let drawable = self.layer.nextDrawable() {
|
||||
@ -966,7 +965,6 @@ public final class MetalEngine {
|
||||
commandBuffer.present(drawable)
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
commandBuffer.commit()
|
||||
commandBuffer.waitUntilScheduled()
|
||||
|
Loading…
x
Reference in New Issue
Block a user