7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 12:21:42 +00:00

removed a debug string

This commit is contained in:
dickelbeck 2007-09-09 02:20:18 +00:00
parent b199b2c69e
commit 68b785061e

View File

@ -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;