Browse Source

removed a debug string

pull/1/head
dickelbeck 19 years ago
parent
commit
68b785061e
  1. 4
      pcbnew/edit.cpp

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

Loading…
Cancel
Save