Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove debug stop after replay
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Oct 25, 2018
1 parent f697b29 commit d8ee0eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,6 @@ struct controller_impl {
("mspb", ((end-start).count()/1000.0)/head->block_num) );
replaying = false;
replay_head_time.reset();

EOS_ASSERT( false, checkpoint_exception, "replay done");

}

void init(const snapshot_reader_ptr& snapshot) {
Expand Down

0 comments on commit d8ee0eb

Please sign in to comment.