From bb4cc37e5845a816cd56b01fb9930b55ce2e0673 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 23 Oct 2012 11:22:56 -0700 Subject: [PATCH] Remove chatty debug. --- src/Amount.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Amount.cpp b/src/Amount.cpp index 8abd8bbfc4..2280d70326 100644 --- a/src/Amount.cpp +++ b/src/Amount.cpp @@ -166,8 +166,6 @@ STAmount::STAmount(SField::ref n, const Json::Value& v) } else throw std::runtime_error("invalid amount type"); - - cLog(lsTRACE) << "Parsed: " << this->getJson(0); } std::string STAmount::createHumanCurrency(const uint160& uCurrency)