From db44fc364988d14b74a6a10ce46a77ff86d960b0 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Mon, 15 Jun 2015 14:53:40 +0200 Subject: [PATCH] Removed debug messages from Footprint Library Wizard. --- pcbnew/dialogs/wizard_add_fplib.cpp | 2 -- pcbnew/dialogs/wizard_add_fplib.h | 1 - 2 files changed, 3 deletions(-) diff --git a/pcbnew/dialogs/wizard_add_fplib.cpp b/pcbnew/dialogs/wizard_add_fplib.cpp index 3ce21fbbf6..39df50e8d9 100644 --- a/pcbnew/dialogs/wizard_add_fplib.cpp +++ b/pcbnew/dialogs/wizard_add_fplib.cpp @@ -277,8 +277,6 @@ wxString WIZARD_FPLIB_TABLE::LIBRARY::replaceEnv( const wxString& aEnvVar, bool if( !wxGetEnv( aEnvVar, &env_path ) ) return wxEmptyString; - std::cout << "replacing (" << env_path << ") " << aEnvVar << " in " << m_path << std::endl; - //return GetRelativePath( m_path, wxString( "$(" + aEnvVar + ")" ) ); wxString result( m_path ); diff --git a/pcbnew/dialogs/wizard_add_fplib.h b/pcbnew/dialogs/wizard_add_fplib.h index a162569d1f..c9d4a35bbb 100644 --- a/pcbnew/dialogs/wizard_add_fplib.h +++ b/pcbnew/dialogs/wizard_add_fplib.h @@ -100,7 +100,6 @@ public: LIBRARY( const wxString& aPath, const wxString& aDescription = wxEmptyString ); ~LIBRARY() { - std::cout << "destroyed " << this << std::endl; } ///> Possible states of validation.