mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
cleanup from extra log messages
This commit is contained in:
parent
9639ab7f1e
commit
9896570e32
2 changed files with 17 additions and 20 deletions
|
@ -44,7 +44,6 @@ namespace tunnel
|
|||
|
||||
void TransitTunnelParticipant::FlushTunnelDataMsgs ()
|
||||
{
|
||||
LogPrint (eLogDebug, "TransitTunnel: flush");
|
||||
if (!m_TunnelDataMsgs.empty ())
|
||||
{
|
||||
i2p::transport::transports.SendMessages (GetNextIdentHash (), m_TunnelDataMsgs);
|
||||
|
@ -75,7 +74,6 @@ namespace tunnel
|
|||
|
||||
void TransitTunnelGateway::FlushTunnelDataMsgs ()
|
||||
{
|
||||
LogPrint (eLogDebug, "TransitTunnel: gateway flush");
|
||||
m_Gateway.SendBuffer ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue