Remove chatty debug.

This commit is contained in:
JoelKatz
2012-10-23 11:22:56 -07:00
parent 756e628f93
commit bb4cc37e58

View File

@@ -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)