Commit c734e9a6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Removing frightening debug message :D

parent 0a930100
...@@ -690,7 +690,6 @@ void MainInterface::setStatus( int status ) ...@@ -690,7 +690,6 @@ void MainInterface::setStatus( int status )
void MainInterface::setRate( int rate ) void MainInterface::setRate( int rate )
{ {
msg_Dbg( p_intf, "raaahhh %i", rate );
QString str; QString str;
str.setNum( ( 1000/(double)rate), 'f', 2 ); str.setNum( ( 1000/(double)rate), 'f', 2 );
str.append( "x" ); str.append( "x" );
......
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