]> git.sesse.net Git - vlc/commitdiff
Kill extraneous debug, we don't need the 2-nd and 3-rd copies
authorMarian Ďurkovič <md@bts.sk>
Fri, 23 Oct 2009 07:18:11 +0000 (09:18 +0200)
committerMarian Ďurkovič <md@bts.sk>
Fri, 23 Oct 2009 07:18:11 +0000 (09:18 +0200)
modules/gui/qt4/components/interface_widgets.cpp

index 6d2816e8d957988a5eb0a49f3498d1d2b1915dc0..084dbe17bb9f518ddd9668e177c9b366f7aa0347 100644 (file)
@@ -642,7 +642,6 @@ void TimeLabel::setCaching( float f_cache )
 {
     QString amount;
     amount.setNum( (int)(100 * f_cache) );
-    msg_Dbg( p_intf, "New caching: %d", (int)(100*f_cache));
     setText( "Buff: " + amount + "%" );
 }