You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2017/10/17 06:20:15 UTC

[trafficserver] branch quic-latest updated: Remove temporal debug logs

This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 461b7c8  Remove temporal debug logs
461b7c8 is described below

commit 461b7c80e578e51054a76c48bb319ddde259259e
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Tue Oct 17 15:19:45 2017 +0900

    Remove temporal debug logs
---
 iocore/net/quic/QUICPacket.cc | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/iocore/net/quic/QUICPacket.cc b/iocore/net/quic/QUICPacket.cc
index 276cc7d..95572cd 100644
--- a/iocore/net/quic/QUICPacket.cc
+++ b/iocore/net/quic/QUICPacket.cc
@@ -684,12 +684,6 @@ QUICPacket::decode_packet_number(QUICPacketNumber &dst, QUICPacketNumber src, si
     dst = candidate2;
   }
 
-  Debug("quic_packet_factory", "----------------------- src: %" PRIu64, src);
-  Debug("quic_packet_factory", "----------------------- base: %" PRIu64, base);
-  Debug("quic_packet_factory", "----------------------- c1: %" PRIu64, candidate1);
-  Debug("quic_packet_factory", "----------------------- c2: %" PRIu64, candidate2);
-  Debug("quic_packet_factory", "----------------------- dst: %" PRIu64, dst);
-
   return true;
 }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].