From 67be1a8a55326a3caaed0d73b062ef1e2a556096 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Wed, 17 Oct 2012 07:03:54 -0700 Subject: [PATCH] This floods the log during testing. --- src/SHAMap.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SHAMap.cpp b/src/SHAMap.cpp index b556a18021..7bb86ac300 100644 --- a/src/SHAMap.cpp +++ b/src/SHAMap.cpp @@ -704,10 +704,7 @@ void SHAMapItem::dump() SHAMapTreeNode::pointer SHAMap::fetchNodeExternal(const SHAMapNode& id, const uint256& hash) { if (!theApp->running()) - { - cLog(lsTRACE) << "Trying to fetch external node with application not running"; throw SHAMapMissingNode(mType, id, hash); - } HashedObject::pointer obj(theApp->getHashedObjectStore().retrieve(hash)); if (!obj)