Removed debug messages.

This commit is contained in:
Christoph Holzheuer
2026-01-12 09:01:06 +01:00
parent 9b1a1233f9
commit c0ce6a81e3
6 changed files with 0 additions and 20 deletions

View File

@@ -62,7 +62,6 @@ BCDriverStateWidget::BCDriverStateWidget(QWidget* parent)
// 'customMessage' ist optional. Wenn leer, wird ein Standardtext genommen.
void BCDriverStateWidget::onDriverStateChanged(BCDriver::DriverState state, const QString& customMessage)
{
qDebug() << " --- HELPER: " << state << " : " << customMessage;
Q_UNUSED(customMessage)
_state = state;
updateStyle();