mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +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 targetEnvironment(simulator)
|
||||||
if #available(iOS 13.0, *) {
|
if #available(iOS 13.0, *) {
|
||||||
if let drawable = self.layer.nextDrawable() {
|
if let drawable = self.layer.nextDrawable() {
|
||||||
@ -966,7 +965,6 @@ public final class MetalEngine {
|
|||||||
commandBuffer.present(drawable)
|
commandBuffer.present(drawable)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
commandBuffer.commit()
|
commandBuffer.commit()
|
||||||
commandBuffer.waitUntilScheduled()
|
commandBuffer.waitUntilScheduled()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user