Skip to content

Commit 6a251ee

Browse files
committed
remove wrong log line
1 parent 38b63c7 commit 6a251ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hcf_backend/manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def flush(self, slot=None):
4040
slot_obj = self._frontier.get(slot)
4141
slot_obj.flush()
4242
self._links_to_flush_count[slot] = 0
43-
LOG.info('Flushed %d link(s) to slot %s', slot)
4443

4544
return n_links_to_flush
4645

0 commit comments

Comments
 (0)