Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
samamou authored and Sarah committed Sep 9, 2024
1 parent fa3a9b7 commit ded0550
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ DeviceEditDialog::DeviceEditDialog(
m_devices = new QTreeWidget{this};
m_devices->header()->hide();
m_devices->setSelectionMode(QAbstractItemView::SingleSelection);
qDebug() << "m_devices initialized : " << m_devices;
column2_layout->addWidget(m_devices);
column2->setLayout(column2_layout);
splitter->addWidget(column2);
Expand Down Expand Up @@ -314,7 +313,6 @@ void DeviceEditDialog::selectedProtocolChanged()
}
else
{
qDebug() << "m_devices is not initialized!";
m_devices->setVisible(false);
m_devicesLabel->setVisible(false);
}
Expand Down

0 comments on commit ded0550

Please sign in to comment.