diff options
Diffstat (limited to 'blockchain.cpp')
-rw-r--r-- | blockchain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/blockchain.cpp b/blockchain.cpp index 35fa8ccd..97171e3f 100644 --- a/blockchain.cpp +++ b/blockchain.cpp @@ -617,7 +617,6 @@ BlockInfo constructBlock(mObject& _o) catch (Exception const& _e) { cnote << "block population did throw an exception: " << diagnostic_information(_e); - //BOOST_ERROR("Failed block population with Exception: " << _e.what()); } catch (std::exception const& _e) { |