Commit c99cbb3b authored by Damien Fouilleul's avatar Damien Fouilleul

libvlc.c: removed debug

parent 086d4657
...@@ -1337,7 +1337,6 @@ vlc_bool_t VLC_IsPlaying( int i_object ) ...@@ -1337,7 +1337,6 @@ vlc_bool_t VLC_IsPlaying( int i_object )
} }
else else
{ {
msg_Dbg(p_vlc, "polling playlist_IsPlaying");
b_playing = playlist_IsPlaying( p_playlist ); b_playing = playlist_IsPlaying( p_playlist );
} }
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
......
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