Reduced displayed events information.
This commit is contained in:
parent
bd8998d1da
commit
edea2f9112
|
@ -212,7 +212,6 @@ void EDA_DRAW_PANEL_GAL::onEvent( wxEvent& aEvent )
|
|||
}
|
||||
else
|
||||
{
|
||||
printf( "evType %d\n", aEvent.GetEventType() );
|
||||
m_eventDispatcher->DispatchWxEvent( aEvent );
|
||||
}
|
||||
|
||||
|
|
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue