Remove errant printf() debugging statement

This commit is contained in:
Seth Hillbrand 2019-01-08 17:21:05 -08:00
parent 994be43782
commit d1b53028a1
1 changed files with 0 additions and 1 deletions

View File

@ -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() )