remove accidental debug code left in last commit;

pull/51/head
Bryan Biedenkapp 2 years ago
parent c4ca72581f
commit d38e8d00da

@ -559,8 +559,6 @@ void Network::clock(uint32_t ms)
m_timeoutTimer.start();
m_retryTimer.start();
Utils::dump(1U, "buffer", buffer.get(), length);
if (length > 6) {
m_useAlternatePortForDiagnostics = (buffer[6U] & 0x80U) == 0x80U;
if (m_useAlternatePortForDiagnostics) {

Loading…
Cancel
Save

Powered by TurnKey Linux.