Removed debug code.

This commit is contained in:
2026-01-09 08:39:53 +01:00
parent 53b4d6e041
commit 1fc551d7d1
4 changed files with 20 additions and 111 deletions

View File

@@ -87,8 +87,7 @@ void BCValueModel::updateValue(int row, BCValue::Flags newState, uint32_t rawVal
BCValue::Flags newFlags1 = BCValue::Flag::NoFlag;
BCValue::Flags newFlags2 = newState;
qDebug() << " ---- XXX1: ValueUpdate: Flags: " << newFlags1;
qDebug() << " ---- XXX2: ValueUpdate: Flags: " << newFlags2;
// Obacht hier!
//value.valueFlags = state;
value.rawValue = rawValue;