diff --git a/pcbnew/edit.cpp b/pcbnew/edit.cpp index ed1dd4a11f..becc74ea9b 100644 --- a/pcbnew/edit.cpp +++ b/pcbnew/edit.cpp @@ -352,10 +352,6 @@ void WinEDA_PcbFrame::Process_Special_Functions( wxCommandEvent& event ) DrawPanel->CursorOff( &dc ); DrawPanel->PrepareGraphicContext( &dc ); -#if defined(DEBUG) - std::cout << "GetString=" << event.GetString().mb_str() << '\n'; -#endif - wxGetMousePosition( &pos.x, &pos.y ); pos.y += 20;