mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-06 06:43:53 +00:00
Debugging the Gateway functionality.
This commit is contained in:
parent
5e6b6a4061
commit
9296316ffe
6 changed files with 32 additions and 29 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue