From d2132fce3bf26ee16d0084403d7a23e2d7632221 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 20 Aug 2019 11:14:48 +0200 Subject: [PATCH] ui/app: remove debug line Signed-off-by: Elias Naur --- ui/app/gl_ios.m | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/gl_ios.m b/ui/app/gl_ios.m index 47819753..2e7fcd9e 100644 --- a/ui/app/gl_ios.m +++ b/ui/app/gl_ios.m @@ -37,7 +37,6 @@ CFTypeRef gio_createGLLayer(void) { return nil; } layer.drawableProperties = @{kEAGLDrawablePropertyColorFormat: kEAGLColorFormatSRGBA8}; - //layer.presentsWithTransaction = YES; layer.opaque = YES; layer.anchorPoint = CGPointMake(0, 0); return CFBridgingRetain(layer);