From effa2ea1fa55646e50be86ccb05557a16b5278d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sat, 25 May 2013 18:15:59 +0200 Subject: [PATCH] vout_ios2: remove debug --- modules/video_output/ios2.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/video_output/ios2.m b/modules/video_output/ios2.m index e1ccf877c2..1aa0ce20a1 100644 --- a/modules/video_output/ios2.m +++ b/modules/video_output/ios2.m @@ -449,7 +449,6 @@ static void OpenglESSwap(vlc_gl_t *gl) - (void)resetBuffers { if (_bufferNeedReset) { - NSLog(@"actually resetting buffers"); [self destroyBuffers]; [self createBuffers]; _bufferNeedReset = NO; @@ -458,7 +457,6 @@ static void OpenglESSwap(vlc_gl_t *gl) - (void)layoutSubviews { - NSLog(@"layoutSubviews"); /* this method is called as soon as we are resized. * so set a variable to re-create our buffers on the next clean event */ _bufferNeedReset = YES; -- 2.39.2