]> git.sesse.net Git - vlc/commitdiff
Yet another useless debug
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 10 Oct 2007 18:46:39 +0000 (18:46 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 10 Oct 2007 18:46:39 +0000 (18:46 +0000)
modules/demux/smf.c

index 973bf30825c95d7846dbe06a2f5e24152065851d..0f5e0268943ce9dd88b871bc9dd230da319f1a25 100644 (file)
@@ -172,8 +172,6 @@ static int Open (vlc_object_t * p_this)
 
         p_sys->trackv[i].offset = stream_Tell (stream);
         p_sys->trackv[i].end = p_sys->trackv[i].offset + GetDWBE (head + 4);
-        msg_Dbg (p_this, "track %u: 0x"I64Fx"-0x"I64Fx, i,
-                 p_sys->trackv[i].offset, p_sys->trackv[i].end);
         p_sys->trackv[i].next = 0;
         ReadDeltaTime (stream, p_sys->trackv + i);
         p_sys->trackv[i].running_event = 0xF6;