From c2e664ac2272671dbcaa804f98ba287f003df9bc Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 13 Nov 2017 15:27:15 -0800 Subject: [PATCH] Commented out debug statement in VirtualTap --- src/VirtualTap.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/VirtualTap.cpp b/src/VirtualTap.cpp index a7f53a5..c74d2f9 100644 --- a/src/VirtualTap.cpp +++ b/src/VirtualTap.cpp @@ -605,7 +605,6 @@ void VirtualTap::Housekeeping() Mutex::Lock _l(_tcpconns_m); uint64_t current_ts = time_now(); if (current_ts > last_housekeeping_ts + ZT_HOUSEKEEPING_INTERVAL) { - DEBUG_EXTRA(); // update managed routes (add/del from network stacks) ZeroTier::OneService *service = ((ZeroTier::OneService *)zt1ServiceRef); if (service) {