Skip to content

Commit

Permalink
remove some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
syalon committed Aug 23, 2020
1 parent 70d1ca1 commit 9d2f156
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/chain/db_maint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1364,9 +1364,7 @@ void database::perform_chain_maintenance(const signed_block& next_block, const g
}
} tally_helper(*this);

ilog("begin >>> perform_account_maintenance" );
perform_account_maintenance( tally_helper );
ilog("end >>> perform_account_maintenance" );

struct clear_canary {
clear_canary(vector<uint64_t>& target): target(target){}
Expand Down

0 comments on commit 9d2f156

Please sign in to comment.