From 07ac3499f35fba6c753b54ecebe2d29794c85fe6 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Wed, 3 Apr 2019 12:19:20 -0400 Subject: [PATCH] Remove debugging code added in commit d2cb0ca7. (cherry picked from commit 75366bce7411be11a41b467721932e24d2ec0768) --- pcbnew/import_gfx/dialog_import_gfx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/import_gfx/dialog_import_gfx.cpp b/pcbnew/import_gfx/dialog_import_gfx.cpp index 3cfd5e769f..45c853a733 100644 --- a/pcbnew/import_gfx/dialog_import_gfx.cpp +++ b/pcbnew/import_gfx/dialog_import_gfx.cpp @@ -310,7 +310,6 @@ bool DIALOG_IMPORT_GFX::TransferDataFromWindow() m_lineWidthUnits = m_choiceUnitLineWidth->GetSelection(); m_lineWidth = getPCBdefaultLineWidthMM(); - wxLogDebug( "Default line width = %fmm", m_lineWidth ); m_importer->SetLayer( PCB_LAYER_ID( m_layer ) ); auto plugin = m_gfxImportMgr->GetPluginByExt( wxFileName( m_filename ).GetExt() );