minor cleanup

This commit is contained in:
diemer 2008-04-13 19:38:33 +00:00
parent 63de4115dc
commit b0e906abba
1 changed files with 0 additions and 1 deletions

View File

@ -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!"));