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)