Commit 4c2e3b9a authored by Maciej Suminski's avatar Maciej Suminski
Browse files

Removed unnecessary debug message

parent e00c8e92
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -210,11 +210,8 @@ 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..
        if( collector.GetCount() == 1 )