Removed debug messages from Footprint Library Wizard.
This commit is contained in:
parent
c70f4a0706
commit
db44fc3649
|
@ -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 );
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue