Skip to content

Commit

Permalink
slightly reduced verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 1, 2018
1 parent 99c7947 commit 4234939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions commands/lib/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ func downloadLibraries(lm *librariesmanager.LibrariesManager, refs []*librariesi
}
}

logrus.Info("Downloading")
formatter.Print("Downloading libraries...")
logrus.Info("Downloading libraries")
for _, libRelease := range libsReleaseToDownload {
resp, err := libRelease.Resource.Download()
if err != nil {
Expand Down
3 changes: 0 additions & 3 deletions commands/lib/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,10 @@ func initInstallCommand() *cobra.Command {

func runInstallCommand(cmd *cobra.Command, args []string) {
logrus.Info("Executing `arduino lib install`")
logrus.Info("Getting Libraries status context")
lm := commands.InitLibraryManager(nil)

refs := librariesindex.ParseArgs(args)

downloadLibraries(lm, refs)

installLibraries(lm, refs)
}

Expand Down

0 comments on commit 4234939

Please sign in to comment.