]> git.sesse.net Git - vlc/commitdiff
Remove debug not intended to be committed, however feel free to use it
authorRafaël Carré <funman@videolan.org>
Thu, 13 Sep 2007 19:52:07 +0000 (19:52 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 13 Sep 2007 19:52:07 +0000 (19:52 +0000)
src/playlist/engine.c

index 4dcbead074babb85368e4bae7bcf76e6aebe5368..1c9d8f40fd83a70fbe83684362d13b9f7bcfc024 100644 (file)
@@ -489,7 +489,7 @@ void playlist_PreparseLoop( playlist_preparse_t *p_obj )
                 return;
             }
         }
-        printf( "pointer playlist XX: %p\n", p_current->lock.p_this );
+
         p_current = p_obj->pp_waiting[0];
         REMOVE_ELEM( p_obj->pp_waiting, p_obj->i_waiting, 0 );
         vlc_mutex_unlock( &p_obj->object_lock );