ui/app: remove debug line

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-20 11:14:48 +02:00
parent 1f918c751e
commit d2132fce3b
-1
View File
@@ -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);