Skip to content

Commit b987a31

Browse files
refactor: remove logging of request count in cache_requests_qos_properties method
1 parent 8cf39b9 commit b987a31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cads_broker/dispatcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,6 @@ def on_future_done(self, future: distributed.Future) -> str | None:
747747
def cache_requests_qos_properties(self, requests, session: sa.orm.Session) -> None:
748748
"""Cache the qos properties of the requests."""
749749
# copy list of requests to avoid RuntimeError: dictionary changed size during iteration
750-
logger.info(f"caching qos properties for {len(requests)} requests")
751750
for request in list(requests):
752751
try:
753752
self.qos._properties(request, check_permissions=True)

0 commit comments

Comments
 (0)