Remove old TODO comment

This commit is contained in:
Jorge Menjivar 2025-07-24 05:18:21 -07:00 committed by Jeremy Soller
parent cb36a25060
commit 050e043867

View file

@ -1553,7 +1553,6 @@ impl App {
// Watch new paths
for path in new_paths.iter() {
if !old_paths.contains(path) {
//TODO: should this be recursive?
match watcher
.watcher()
.watch(path, notify::RecursiveMode::NonRecursive)