Commit 76e2efed authored by Dick Hollenbeck's avatar Dick Hollenbeck

remove unneeded debug printf

parent 30ecdbea
...@@ -62,8 +62,6 @@ void Build_Holes_List( BOARD* aPcb, ...@@ -62,8 +62,6 @@ void Build_Holes_List( BOARD* aPcb,
aHoleListBuffer.clear(); aHoleListBuffer.clear();
aToolListBuffer.clear(); aToolListBuffer.clear();
D(printf( "%s:\n", __FUNCTION__ );)
if( (aFirstLayer >= 0) && (aLastLayer >= 0) ) if( (aFirstLayer >= 0) && (aLastLayer >= 0) )
{ {
if( aFirstLayer > aLastLayer ) if( aFirstLayer > aLastLayer )
......
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