remove print spam

This commit is contained in:
Daniel Larimer 2015-10-19 16:48:30 -04:00
parent af589b2287
commit 29aec3c28c
2 changed files with 0 additions and 2 deletions

View file

@ -398,7 +398,6 @@ void database::pop_block()
{ try {
_pending_tx_session.reset();
auto head_id = head_block_id();
idump((head_id)(head_block_num()));
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" );
pop_undo();

View file

@ -82,7 +82,6 @@ void database::debug_dump()
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>>();