[vlc-commits] vout_ios2: remove debug

Felix Paul Kühne git at videolan.org
Sat May 25 18:17:35 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat May 25 18:15:59 2013 +0200| [effa2ea1fa55646e50be86ccb05557a16b5278d8] | committer: Felix Paul Kühne

vout_ios2: remove debug

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=effa2ea1fa55646e50be86ccb05557a16b5278d8
---

 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 e1ccf87..1aa0ce2 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;



More information about the vlc-commits mailing list