Skip to content

Commit

Permalink
remove spam printing on pow
Browse files Browse the repository at this point in the history
  • Loading branch information
revflash committed Mar 30, 2016
1 parent 0719714 commit e66fabb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/chain/steem_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ void pow_evaluator::do_apply( const pow_operation& o ) {
FC_ASSERT( !"DUPLICATE WORK DISCOVERED", "${w} ${witness}",("w",o)("wit",*work_itr) );
}
}
else
wdump((o.worker_account)(o.work.work));

const auto& accounts_by_name = db().get_index_type<account_index>().indices().get<by_name>();
auto itr = accounts_by_name.find(o.worker_account);
Expand Down

0 comments on commit e66fabb

Please sign in to comment.