mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
cleanup from extra log messages
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user