We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb83ad commit 8c93545Copy full SHA for 8c93545
arduino/libraries/librariesindex/index.go
@@ -138,7 +138,6 @@ func (idx *Index) FindLibraryUpdate(lib *libraries.Library) *Release {
138
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