Remove errant printf
This commit is contained in:
parent
11130bfd88
commit
50ecb5b498
|
@ -2027,7 +2027,7 @@ bool FABMASTER::loadFootprints( BOARD* aBoard )
|
||||||
|
|
||||||
if( !IsPcbLayer( layer ) )
|
if( !IsPcbLayer( layer ) )
|
||||||
{
|
{
|
||||||
printf("The layer %s is not mapped?\n", ref->layer.c_str() );
|
wxLogDebug("The layer %s is not mapped?\n", ref->layer.c_str() );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue