Remove an annoying log message.

This commit is contained in:
JoelKatz
2013-01-10 09:11:34 -08:00
parent cfcb1a2c11
commit c29fdacc41

View File

@@ -123,7 +123,7 @@ HashedObject::pointer HashedObjectStore::retrieve(const uint256& hash)
obj = mCache.fetch(hash); obj = mCache.fetch(hash);
if (obj) if (obj)
{ {
cLog(lsTRACE) << "HOS: " << hash << " fetch: incache"; // cLog(lsTRACE) << "HOS: " << hash << " fetch: incache";
return obj; return obj;
} }
} }