Skip to content
Snippets Groups Projects
Commit 17329f3b authored by Mariusz Trela's avatar Mariusz Trela Committed by Mariusz Trela
Browse files

Removed logging

parent 7810505b
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!61Issue #47 - test database_api get_payout_stats fail
......@@ -91,10 +91,6 @@ class Blocks:
cls._flush_blocks()
Follow.flush(trx=False)
step_time = perf_counter()
Posts.flush()
log.info("[PROCESS MULTI] Comment payment flush in %fs", perf_counter() - step_time)
DB.query("COMMIT")
time_end = perf_counter()
log.info("[PROCESS MULTI] %i blocks in %fs", len(blocks), time_end - time_start)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment