Skip to content

Commit 9e7716f

Browse files
authored
Update sync.rs
Signed-off-by: parmesant <[email protected]>
1 parent a331597 commit 9e7716f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sync.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ pub async fn alert_runtime(mut rx: mpsc::Receiver<AlertTask>) -> Result<(), anyh
309309
loop {
310310
match alerts_utils::evaluate_alert(&*alert).await {
311311
Ok(_) => {
312-
warn!(evaluated_alert_id=?alert.get_id());
313312
retry_counter = 0;
314313
}
315314
Err(err) => {

0 commit comments

Comments
 (0)