Removed unnecessary debug message

This commit is contained in:
Maciej Suminski 2013-09-13 15:05:57 +02:00
parent e00c8e92cb
commit 4c2e3b9a59
1 changed files with 0 additions and 3 deletions

View File

@ -210,10 +210,7 @@ void SELECTION_TOOL::selectSingle( const VECTOR2I& aWhere )
{
BOARD_ITEM* boardItem = ( collector )[i];
if( boardItem->Type() == PCB_MODULE_T )
{
wxLogDebug( wxT( "Removing %s" ), boardItem->GetSelectMenuText() );
collector.Remove( i );
}
}
// Let's see if there is still disambiguation in selection..