Remove debugging code added in commit d2cb0ca7.

This commit is contained in:
Wayne Stambaugh 2019-04-03 12:19:20 -04:00
parent 5ac96c6127
commit 75366bce74
1 changed files with 0 additions and 1 deletions

View File

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