Commit 78b10890 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: don't display msg in release that only ILEoo and I can understand.

parent 0ed592d6
...@@ -183,9 +183,11 @@ void InputManager::customEvent( QEvent *event ) ...@@ -183,9 +183,11 @@ void InputManager::customEvent( QEvent *event )
&& ( i_input_id != ple->i_id ) ) && ( i_input_id != ple->i_id ) )
return; return;
#ifndef NDEBUG
if( i_type != PositionUpdate_Type && if( i_type != PositionUpdate_Type &&
i_type != StatisticsUpdate_Type ) i_type != StatisticsUpdate_Type )
msg_Dbg( p_intf, "New Event: type %i", i_type ); msg_Dbg( p_intf, "New Event: type %i", i_type );
#endif
/* Actions */ /* Actions */
switch( i_type ) switch( i_type )
......
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