Stop logging in internal runner
This commit is contained in:
parent
d32e30eb77
commit
470449f36e
1 changed files with 0 additions and 7 deletions
|
|
@ -95,13 +95,6 @@ fn count(run: &RunInProgress, path: &Path) -> somehow::Result<Counts> {
|
|||
*counts.files_by_dir.entry(dir.clone()).or_default() += 1;
|
||||
*counts.lines_by_dir.entry(dir.clone()).or_default() += lines;
|
||||
*counts.todos_by_dir.entry(dir.clone()).or_default() += todos;
|
||||
|
||||
run.log_stdout(format!(
|
||||
"{} has {lines} line{}, {todos} todo{}",
|
||||
relative_path.display(),
|
||||
if lines == 1 { "" } else { "s" },
|
||||
if todos == 1 { "" } else { "s" },
|
||||
));
|
||||
}
|
||||
|
||||
Ok(counts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue