Debugging the Gateway functionality.

This commit is contained in:
Jonathan Naylor 2016-06-13 22:53:25 +01:00
parent 5e6b6a4061
commit 9296316ffe
6 changed files with 32 additions and 29 deletions

View file

@ -112,9 +112,6 @@ bool CNetwork::writePoll()
buffer[12U] = ' ';
buffer[13U] = ' ';
if (m_debug)
CUtils::dump(1U, "YSF Network Poll Sent", buffer, 14U);
return m_socket.write(buffer, 14U, m_address, m_port);
}