Commit d8977e32 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: stop spamming the console

(We have a warning for unknown event types anyway)
parent 067d7008
...@@ -156,13 +156,6 @@ void InputManager::customEvent( QEvent *event ) ...@@ -156,13 +156,6 @@ void InputManager::customEvent( QEvent *event )
if( !hasInput() ) if( !hasInput() )
return; return;
#ifndef NDEBUG
if( i_type != PositionUpdate_Type &&
i_type != StatisticsUpdate_Type &&
i_type != ItemChanged_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