Remove debug line.

This commit is contained in:
Alex Shvartzkop 2024-06-08 17:25:49 +03:00
parent 8f8a68229c
commit 832393b07c
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ WX_VIEW_CONTROLS::WX_VIEW_CONTROLS( VIEW* aView, EDA_DRAW_PANEL_GAL* aParentPane
if( m_parentPanel->EnableTouchEvents( wxTOUCH_ZOOM_GESTURE | wxTOUCH_PAN_GESTURES ) )
{
wxLogDebug( "EnableTouchEvents Successful!!" );
m_parentPanel->Connect( wxEVT_GESTURE_ZOOM,
wxZoomGestureEventHandler( WX_VIEW_CONTROLS::onZoomGesture ),
nullptr, this );