Skip to content

Commit 7a84874

Browse files
remove warn
1 parent 28a8818 commit 7a84874

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/alerts/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,6 @@ impl Alerts {
11471147
|| json_value.get("stream").is_some()
11481148
{
11491149
// This is a v1 alert that needs migration
1150-
warn!("Migrating v1 alert to v2");
11511150
match AlertConfig::migrate_from_v1(&json_value, store.as_ref()).await {
11521151
Ok(migrated) => migrated,
11531152
Err(e) => {

0 commit comments

Comments
 (0)