Remove DEBUG printf

This commit is contained in:
dickelbeck 2008-03-05 22:40:07 +00:00
parent aa51131bdc
commit 9ddeffe749
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ static bool Magnetize( BOARD* m_Pcb, WinEDA_PcbFrame* frame,
doTrack = true; doTrack = true;
} }
D(printf("doPad=%d doTrack=%d aCurrentTool=%d amMovingVia=%d\n", doPad, doTrack, aCurrentTool, amMovingVia );) // D(printf("doPad=%d doTrack=%d aCurrentTool=%d amMovingVia=%d\n", doPad, doTrack, aCurrentTool, amMovingVia );)
// The search precedence order is pads, then tracks/vias // The search precedence order is pads, then tracks/vias