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

Removed unnecessary debug message

parent e00c8e92
...@@ -210,10 +210,7 @@ void SELECTION_TOOL::selectSingle( const VECTOR2I& aWhere ) ...@@ -210,10 +210,7 @@ void SELECTION_TOOL::selectSingle( const VECTOR2I& aWhere )
{ {
BOARD_ITEM* boardItem = ( collector )[i]; BOARD_ITEM* boardItem = ( collector )[i];
if( boardItem->Type() == PCB_MODULE_T ) if( boardItem->Type() == PCB_MODULE_T )
{
wxLogDebug( wxT( "Removing %s" ), boardItem->GetSelectMenuText() );
collector.Remove( i ); collector.Remove( i );
}
} }
// Let's see if there is still disambiguation in selection.. // Let's see if there is still disambiguation in selection..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment