From 17329f3be92a9300e22d283ae25505839ec2f072 Mon Sep 17 00:00:00 2001 From: Mariusz <mtrela@syncad.com> Date: Fri, 31 Jul 2020 07:45:31 +0200 Subject: [PATCH] Removed logging --- hive/indexer/blocks.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hive/indexer/blocks.py b/hive/indexer/blocks.py index bc3bfc75e..a030a0feb 100644 --- a/hive/indexer/blocks.py +++ b/hive/indexer/blocks.py @@ -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) -- GitLab