Remove errant printf() debugging statement
This commit is contained in:
parent
994be43782
commit
d1b53028a1
|
@ -1119,7 +1119,6 @@ static bool showLocalRatsnest( TOOL_MANAGER* aToolMgr, BOARD* aBoard, const VECT
|
|||
}
|
||||
else if( auto mod = dyn_cast<MODULE*>(item) )
|
||||
{
|
||||
printf("2\n");
|
||||
bool enable = !( *( mod->Pads().begin() ) )->GetLocalRatsnestVisible();
|
||||
|
||||
for( auto modpad : mod->Pads() )
|
||||
|
|
Loading…
Reference in New Issue