Skip to content

Commit 56d24b4

Browse files
committed
Revert "Add gofmt failure to prove travis fails"
This reverts commit e4657c9.
1 parent e4657c9 commit 56d24b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/download.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
"github.com/spf13/cobra"
1919
"github.com/spf13/pflag"
2020
"github.com/spf13/viper"
21-
"github.com/exercism/cli/debug"
2221
)
2322

2423
// downloadCmd represents the download command
@@ -67,7 +66,6 @@ func runDownload(cfg config.Config, flags *pflag.FlagSet, args []string) error {
6766
return err
6867
}
6968
if uuid != "" && slug != "" || uuid == slug {
70-
debug.Printf("need to go in exercism website ,open the track and choose the exercise, \nthen copy the available link for download.\n ")
7169
return errors.New("need an --exercise name or a solution --uuid")
7270
}
7371

0 commit comments

Comments
 (0)