Remove debug output

This commit is contained in:
Jon Evans 2024-02-11 09:04:04 -05:00
parent 3a6d74a3b3
commit ef0204a44b
1 changed files with 0 additions and 3 deletions

View File

@ -932,9 +932,6 @@ void CONNECTION_GRAPH::updateItemConnectivity( const SCH_SHEET_PATH& aSheet,
for( SCH_ITEM* item : aItemList )
{
if( item->Type() == SCH_PIN_T )
std::cout << "conn updateItemConnectivity " << item << std::endl;
std::vector<VECTOR2I> points = item->GetConnectionPoints();
item->ConnectedItems( aSheet ).clear();