remove a printf certainly used in debug tests during development.
This commit is contained in:
parent
06a59022e4
commit
3d15690817
|
@ -61,8 +61,6 @@ DIALOG_TRACK_VIA_PROPERTIES::DIALOG_TRACK_VIA_PROPERTIES( PCB_BASE_FRAME* aParen
|
|||
m_haveUniqueNet = true;
|
||||
int prevNet = -1;
|
||||
|
||||
printf("Create!\n");
|
||||
|
||||
m_NetComboBox->SetBoard( aParent->GetBoard() );
|
||||
m_NetComboBox->Enable( true );
|
||||
|
||||
|
|
Loading…
Reference in New Issue