removed some debug messages
This commit is contained in:
parent
798eb32d64
commit
58c4ed602e
2 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue