Commit effa2ea1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

vout_ios2: remove debug

parent b43986a1
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment