Remove debugging code added in commit d2cb0ca7
.
This commit is contained in:
parent
5ac96c6127
commit
75366bce74
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue