Commit b0e906ab authored by diemer's avatar diemer

minor cleanup

parent 63de4115
......@@ -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!"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment