remove a printf certainly used in debug tests during development.

This commit is contained in:
jean-pierre charras 2017-10-03 13:10:25 +02:00
parent 06a59022e4
commit 3d15690817
1 changed files with 0 additions and 2 deletions

View File

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