Commit edea2f91 authored by Maciej Suminski's avatar Maciej Suminski

Reduced displayed events information.

parent bd8998d1
...@@ -212,7 +212,6 @@ void EDA_DRAW_PANEL_GAL::onEvent( wxEvent& aEvent ) ...@@ -212,7 +212,6 @@ void EDA_DRAW_PANEL_GAL::onEvent( wxEvent& aEvent )
} }
else else
{ {
printf( "evType %d\n", aEvent.GetEventType() );
m_eventDispatcher->DispatchWxEvent( aEvent ); m_eventDispatcher->DispatchWxEvent( aEvent );
} }
......
...@@ -214,7 +214,7 @@ void TOOL_MANAGER::dispatchInternal( TOOL_EVENT& aEvent ) ...@@ -214,7 +214,7 @@ void TOOL_MANAGER::dispatchInternal( TOOL_EVENT& aEvent )
bool TOOL_MANAGER::ProcessEvent( 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 ); dispatchInternal( aEvent );
......
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