We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b63c7 commit 6a251eeCopy full SHA for 6a251ee
hcf_backend/manager.py
@@ -40,7 +40,6 @@ def flush(self, slot=None):
40
slot_obj = self._frontier.get(slot)
41
slot_obj.flush()
42
self._links_to_flush_count[slot] = 0
43
- LOG.info('Flushed %d link(s) to slot %s', slot)
44
45
return n_links_to_flush
46
0 commit comments