Remove old TODO comment
This commit is contained in:
parent
cb36a25060
commit
050e043867
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue