minor cleanup
This commit is contained in:
parent
63de4115dc
commit
b0e906abba
|
@ -196,7 +196,6 @@ int WinEDA_PcbFrame::LoadOnePcbFile( const wxString& FullFileName, bool Append )
|
|||
|
||||
int ver;
|
||||
sscanf(cbuf, "PCBNEW-BOARD Version %d date", &ver );
|
||||
printf("version: %d -> %d - %s\n", ver, g_CurrentVersionPCB, cbuf);
|
||||
if ( ver > g_CurrentVersionPCB )
|
||||
{
|
||||
DisplayInfo( this, _( "This file was created by a more recent version of PCBnew and may not load correctly. Please consider updating!"));
|
||||
|
|
Loading…
Reference in New Issue