Remove errant printf

This commit is contained in:
Seth Hillbrand 2022-11-21 15:16:39 -08:00
parent 11130bfd88
commit 50ecb5b498
1 changed files with 1 additions and 1 deletions

View File

@ -2027,7 +2027,7 @@ bool FABMASTER::loadFootprints( BOARD* aBoard )
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;
}