We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8cb83ad commit c1b6732Copy full SHA for c1b6732
arduino/libraries/librariesindex/index.go
@@ -16,7 +16,6 @@
16
package librariesindex
17
18
import (
19
- "fmt"
20
"sort"
21
22
"github.com/arduino/arduino-cli/arduino/libraries"
@@ -138,7 +137,6 @@ func (idx *Index) FindLibraryUpdate(lib *libraries.Library) *Release {
138
137
return nil
139
}
140
if lib.Version == nil {
141
- fmt.Printf("[WARN] version for library loaded from %s is nil\n", lib.InstallDir)
142
return indexLib.Latest
143
144
if indexLib.Latest.Version.GreaterThan(lib.Version) {
0 commit comments