Removed debug messages from Footprint Library Wizard.

This commit is contained in:
Maciej Suminski 2015-06-15 14:53:40 +02:00
parent c70f4a0706
commit db44fc3649
2 changed files with 0 additions and 3 deletions

View File

@ -277,8 +277,6 @@ wxString WIZARD_FPLIB_TABLE::LIBRARY::replaceEnv( const wxString& aEnvVar, bool
if( !wxGetEnv( aEnvVar, &env_path ) ) if( !wxGetEnv( aEnvVar, &env_path ) )
return wxEmptyString; return wxEmptyString;
std::cout << "replacing (" << env_path << ") " << aEnvVar << " in " << m_path << std::endl;
//return GetRelativePath( m_path, wxString( "$(" + aEnvVar + ")" ) ); //return GetRelativePath( m_path, wxString( "$(" + aEnvVar + ")" ) );
wxString result( m_path ); wxString result( m_path );

View File

@ -100,7 +100,6 @@ public:
LIBRARY( const wxString& aPath, const wxString& aDescription = wxEmptyString ); LIBRARY( const wxString& aPath, const wxString& aDescription = wxEmptyString );
~LIBRARY() ~LIBRARY()
{ {
std::cout << "destroyed " << this << std::endl;
} }
///> Possible states of validation. ///> Possible states of validation.