Commit edea2f91 authored by Maciej Suminski's avatar Maciej Suminski
Browse files

Reduced displayed events information.

parent bd8998d1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -212,7 +212,6 @@ void EDA_DRAW_PANEL_GAL::onEvent( wxEvent& aEvent )
	}
	else
	{
        printf( "evType %d\n", aEvent.GetEventType() );
        m_eventDispatcher->DispatchWxEvent( aEvent );
    }

+1 −1
Original line number Diff line number Diff line
@@ -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 );