From 59e8f899a072be329c5dd3fb361354a6603a82ad Mon Sep 17 00:00:00 2001 From: winsvega Date: Mon, 13 Apr 2015 13:02:51 +0300 Subject: [PATCH] Check State: Style --- test/blockchain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/blockchain.cpp b/test/blockchain.cpp index 35fa8ccd7..97171e3f2 100644 --- a/test/blockchain.cpp +++ b/test/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) {