From 999dabda153bf45808daf0988fd4af3960ba3110 Mon Sep 17 00:00:00 2001 From: adrido Date: Sat, 18 Aug 2018 13:53:48 +0200 Subject: [PATCH] Remove debug output --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index a601ce2..199ac5a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -762,7 +762,6 @@ void MainWindow::readProfile() index = meGeometrySizeMode.keyToValue(sizemode.toLatin1().data(), &ok); if(ok){ ui->geometrymode_size_group->button(index)->setChecked(true); - qWarning() << "Holadiahoh GeometrySizeMode "<< sizemode << "is invalid."; } else{ qWarning() << "GeometrySizeMode "<< sizemode << "is invalid.";