Remove debugging code added in commit d2cb0ca7
.
(cherry picked from commit 75366bce74
)
This commit is contained in:
parent
050b64b822
commit
07ac3499f3
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue