missing \n in Printf()

This commit is contained in:
Jeff Carr 2025-08-31 16:25:20 -05:00
parent 46d61345af
commit 6b1e922aaa
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func (repo *Repo) RepoIgnoresGoMod() error {
}
} else {
if ignored {
fmt.Printf("%s %s is ignored by Git.\n", repo.GetGoPath(), file)
// fmt.Printf("%s %s is ignored by Git.\n", repo.GetGoPath(), file)
repo.GoInfo.GitIgnoresGoSum = true
return nil
}