Remove debugging code added in commit d2cb0ca7.

(cherry picked from commit 75366bce74)
This commit is contained in:
Wayne Stambaugh 2019-04-03 12:19:20 -04:00
parent 050b64b822
commit 07ac3499f3
1 changed files with 0 additions and 1 deletions

View File

@ -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() );