diff --git a/cmd/mccl/commands/list_command.go b/cmd/mccl/commands/list_command.go index 4c25545..c012985 100755 --- a/cmd/mccl/commands/list_command.go +++ b/cmd/mccl/commands/list_command.go @@ -23,7 +23,6 @@ func (lc *ListCommand) Run() error { if err != nil { return err } - fmt.Println("There are following versions installed:") for _, entry := range entries { if entry.IsDir() { fmt.Println(entry.Name())