Small cleanups.

This commit is contained in:
Jonathan Naylor
2020-08-30 14:54:51 +01:00
parent 2349520964
commit 132fb62d56
2 changed files with 1 additions and 4 deletions

View File

@@ -241,9 +241,6 @@ bool CDMRNetwork::write(const CDMRData& data)
buffer[54U] = data.getRSSI();
if (m_debug)
CUtils::dump(1U, "Network Transmitted", buffer, HOMEBREW_DATA_PACKET_LENGTH);
write(buffer, HOMEBREW_DATA_PACKET_LENGTH);
return true;