From 68480f984861cd9498ba5fb61d546def7d4769af Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Wed, 7 Jan 2026 08:13:03 +0100 Subject: [PATCH] Remove string from old comment --- libnymea-sunspec/sunspecmodel.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libnymea-sunspec/sunspecmodel.cpp b/libnymea-sunspec/sunspecmodel.cpp index 6a954f8..ea0130b 100644 --- a/libnymea-sunspec/sunspecmodel.cpp +++ b/libnymea-sunspec/sunspecmodel.cpp @@ -139,9 +139,6 @@ void SunSpecModel::readNextBlockDataPart() // Model header has length 2. const auto readSize = static_cast(std::min(125, static_cast(m_modelLength + 2 - m_partialBlockData.size()))); -Still in progress? - - if (startAddress == m_lastStartAddress && readSize == m_lastReadSize) { qCWarning(dcSunSpecModelData()) << "Last read yielded no data. Not trying to read the same data again."; return;