Remove extra new string

This commit is contained in:
Seth Hillbrand 2022-09-07 14:36:34 -07:00
parent 295aa15c3d
commit 73d00cc5d7
1 changed files with 0 additions and 2 deletions

View File

@ -2256,8 +2256,6 @@ bool FABMASTER::loadFootprints( BOARD* aBoard )
if( padstack == pads.end() )
{
wxLogError( _( "Unable to locate padstack %s in file %s\n" ),
pin->padstack.c_str(), aBoard->GetFileName().wc_str() );
continue;
}
else