Remove chatty debug.

This commit is contained in:
JoelKatz
2013-03-11 23:33:09 -07:00
parent 52fb8e1f82
commit 8874dd3f01

View File

@@ -123,7 +123,7 @@ bool LedgerAcquire::tryLocal()
{
if (mLedger->getTransHash().isZero())
{
cLog(lsDEBUG) << "No TXNs to fetch";
cLog(lsINFO) << "No TXNs to fetch";
mHaveTransactions = true;
}
else