Skip to content

Commit c74e654

Browse files
committed
Remove tracing information from planning on empty task
This introduces too much noise for a condition that is expected. Change-type: patch
1 parent 01518c3 commit c74e654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • mahler/src/worker/planner

mahler/src/worker/planner/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ where
451451
},
452452

453453
// ignore if changes is empty
454-
_ => trace!(task=%task, "ignored empty task"),
454+
_ => {}
455455
}
456456
}
457457
}

0 commit comments

Comments
 (0)