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

Qt: don't spam the log with too many debug messages...

This doesn't solve the fact that ItemChanged_Type is called WAY too often... Fenrir, ILEoo, ideas?
parent 2cbbe8dc
......@@ -150,7 +150,8 @@ void InputManager::customEvent( QEvent *event )
#ifndef NDEBUG
if( i_type != PositionUpdate_Type &&
i_type != StatisticsUpdate_Type )
i_type != StatisticsUpdate_Type &&
i_type != ItemChanged_Type )
msg_Dbg( p_intf, "New Event: type %i", i_type );
#endif
......
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