Remove extra new string
This commit is contained in:
parent
295aa15c3d
commit
73d00cc5d7
|
@ -2256,8 +2256,6 @@ bool FABMASTER::loadFootprints( BOARD* aBoard )
|
||||||
|
|
||||||
if( padstack == pads.end() )
|
if( padstack == pads.end() )
|
||||||
{
|
{
|
||||||
wxLogError( _( "Unable to locate padstack %s in file %s\n" ),
|
|
||||||
pin->padstack.c_str(), aBoard->GetFileName().wc_str() );
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue