Skip to content

Commit 9fa5224

Browse files
remove useless log
1 parent 1e2f4b9 commit 9fa5224

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cads_broker/entry_points.py

-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ def delete_requests(
139139
minutes=minutes, seconds=seconds, hours=hours, days=days
140140
)
141141
with database.ensure_session_obj(None)() as session:
142-
database.logger.info(
143-
f"Setting status to 'dismissed' for {status} system_requests before {timestamp}."
144-
)
145142
statement = (
146143
sa.update(database.SystemRequest)
147144
.where(database.SystemRequest.status == status)

0 commit comments

Comments
 (0)