Skip to content

Commit 24d2be9

Browse files
committed
Remove outdated comment.
1 parent ab1bd8a commit 24d2be9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/commands/monitor.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ pub fn execute(
120120
let mut monitor = Monitor::new()?;
121121

122122
monitor.push_event(Event::InitialScan);
123-
124-
// Set configuration file after executing the `run` command to be sure to not catch the creation event
125-
// caused by `Config::load_or_create_file(&config_file_path)`.
126123
monitor.set_configuration_file(&config_file_path);
127124
if let Some(global_gitignore_path) = global_gitignore_path.as_ref() {
128125
monitor.set_global_gitignore(global_gitignore_path);

0 commit comments

Comments
 (0)