cleanup from extra log messages

This commit is contained in:
orignal 2015-02-04 22:05:09 -05:00
parent 9639ab7f1e
commit 9896570e32
2 changed files with 17 additions and 20 deletions

View file

@ -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 ();
}