Commit b626c625 authored by Marian Ďurkovič's avatar Marian Ďurkovič

Kill extraneous debug, we don't need the 2-nd and 3-rd copies

parent eee7930a
......@@ -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 + "%" );
}
......
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