diff --git a/hive/indexer/blocks.py b/hive/indexer/blocks.py
index bc3bfc75eb9c9a8fcd620e58ca640bbc71c2842d..a030a0febce5c8613e7d70ecbb74fa278610b2f5 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)