removed some debug messages

This commit is contained in:
2024-01-08 17:26:08 +01:00
parent 798eb32d64
commit 58c4ed602e
2 changed files with 0 additions and 3 deletions

View File

@ -34,7 +34,6 @@ func (r *Runner) Run() error {
return fmt.Errorf("error getting current go version: %s", e)
}
for _, m := range ms {
fmt.Println(fmt.Sprintf("%s/%s", m.RootPath, m.BinaryPath))
fv, e := getVersionOfFile(fmt.Sprintf("%s/%s", m.RootPath, m.BinaryPath))
if e != nil {
return fmt.Errorf("error getting version of file: %s", e)