remove print spam
This commit is contained in:
parent
af589b2287
commit
29aec3c28c
2 changed files with 0 additions and 2 deletions
|
|
@ -398,7 +398,6 @@ void database::pop_block()
|
||||||
{ try {
|
{ try {
|
||||||
_pending_tx_session.reset();
|
_pending_tx_session.reset();
|
||||||
auto head_id = head_block_id();
|
auto head_id = head_block_id();
|
||||||
idump((head_id)(head_block_num()));
|
|
||||||
optional<signed_block> head_block = fetch_block_by_id( head_id );
|
optional<signed_block> head_block = fetch_block_by_id( head_id );
|
||||||
GRAPHENE_ASSERT( head_block.valid(), pop_empty_chain, "there are no blocks to pop" );
|
GRAPHENE_ASSERT( head_block.valid(), pop_empty_chain, "there are no blocks to pop" );
|
||||||
pop_undo();
|
pop_undo();
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,6 @@ void database::debug_dump()
|
||||||
edump( (total_balances[asset_id_type()].value)(core_asset_data.current_supply.value ));
|
edump( (total_balances[asset_id_type()].value)(core_asset_data.current_supply.value ));
|
||||||
}
|
}
|
||||||
|
|
||||||
edump((core_in_orders)(reported_core_in_orders));
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
const auto& vbidx = db.get_index_type<simple_index<vesting_balance_object>>();
|
const auto& vbidx = db.get_index_type<simple_index<vesting_balance_object>>();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue