From 599fc228aff18e249718b373b538b35063704887 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 18 Jun 2012 13:12:04 -0700 Subject: [PATCH] Redundant log. --- src/LedgerConsensus.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index a2be3fd3a8..2883864dba 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -227,7 +227,6 @@ void LedgerConsensus::createDisputes(SHAMap::pointer m1, SHAMap::pointer m2) m1->compare(m2, differences, 16384); for(SHAMap::SHAMapDiff::iterator pos = differences.begin(), end = differences.end(); pos != end; ++pos) { // create disputed transactions (from the ledger that has them) - Log(lsTRACE) << "Transaction now in dispute: " << pos->first.GetHex(); if (pos->second.first) { assert(!pos->second.second);