Remove a qDebug() call.

This commit is contained in:
Joe Taylor 2023-12-21 11:22:55 -05:00
parent cdb7b02835
commit 6ec9466dc1

View File

@ -1151,7 +1151,6 @@ void MainWindow::on_actionAlso_Q65_30x_toggled(bool b)
void MainWindow::on_sbMaxDrift_valueChanged(int n)
{
qDebug() << "aa";
if(n>0) {
ui->sbMaxDrift->setStyleSheet("QSpinBox { background-color: #ff6666; }");
} else {