mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Check State: Style
This commit is contained in:
parent
deff3f2b50
commit
675975fad2
@ -617,7 +617,6 @@ BlockInfo constructBlock(mObject& _o)
|
|||||||
catch (Exception const& _e)
|
catch (Exception const& _e)
|
||||||
{
|
{
|
||||||
cnote << "block population did throw an exception: " << diagnostic_information(_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)
|
catch (std::exception const& _e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user