Reduced displayed events information.

This commit is contained in:
Maciej Suminski 2013-08-29 12:03:57 +02:00
parent bd8998d1da
commit edea2f9112
2 changed files with 1 additions and 2 deletions

View File

@ -212,7 +212,6 @@ void EDA_DRAW_PANEL_GAL::onEvent( wxEvent& aEvent )
}
else
{
printf( "evType %d\n", aEvent.GetEventType() );
m_eventDispatcher->DispatchWxEvent( aEvent );
}

View File

@ -214,7 +214,7 @@ void TOOL_MANAGER::dispatchInternal( TOOL_EVENT& aEvent )
bool TOOL_MANAGER::ProcessEvent( TOOL_EVENT& aEvent )
{
printf( "process: %s\n", aEvent.Format().c_str() );
wxLogDebug( "event: %s", aEvent.Format().c_str() );
dispatchInternal( aEvent );