mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove an annoying log message.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user