From 203533db3d4e92c5467676228dcbb6402dfb441e Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 3 Sep 2012 09:46:35 -0700 Subject: [PATCH] Remove chatty debug. --- src/NetworkOPs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NetworkOPs.cpp b/src/NetworkOPs.cpp index 25ffb1ecb5..aefa4065af 100644 --- a/src/NetworkOPs.cpp +++ b/src/NetworkOPs.cpp @@ -468,7 +468,6 @@ bool NetworkOPs::checkLastClosedLedger(const std::vector& peerLis vc.highNode = it->getNodePublic(); ++vc.nodesUsing; } - else Log(lsTRACE) << "Connected peer announces no LCL " << it->getIP(); } }