Remove string from old comment
parent
0dcd6e9dfe
commit
68480f9848
|
|
@ -139,9 +139,6 @@ void SunSpecModel::readNextBlockDataPart()
|
||||||
// Model header has length 2.
|
// Model header has length 2.
|
||||||
const auto readSize = static_cast<quint16>(std::min(125, static_cast<int>(m_modelLength + 2 - m_partialBlockData.size())));
|
const auto readSize = static_cast<quint16>(std::min(125, static_cast<int>(m_modelLength + 2 - m_partialBlockData.size())));
|
||||||
|
|
||||||
Still in progress?
|
|
||||||
|
|
||||||
|
|
||||||
if (startAddress == m_lastStartAddress && readSize == m_lastReadSize) {
|
if (startAddress == m_lastStartAddress && readSize == m_lastReadSize) {
|
||||||
qCWarning(dcSunSpecModelData()) << "Last read yielded no data. Not trying to read the same data again.";
|
qCWarning(dcSunSpecModelData()) << "Last read yielded no data. Not trying to read the same data again.";
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue