Skip to content

Commit

Permalink
Remove debugging idump
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerbino committed Feb 6, 2020
1 parent 5051bbc commit dc62932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/chain/required_action_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ void smt_refund_evaluator::do_apply( const smt_refund_action& a )

void smt_contributor_payout_evaluator::do_apply( const smt_contributor_payout_action& a )
{
idump( (_db.head_block_time()) );
using namespace steem::chain::util;

share_type additional_token_supply = smt::ico::payout( _db, a.symbol, _db.get_account( a.contributor ), a.payouts );
Expand Down

0 comments on commit dc62932

Please sign in to comment.