Skip to content

Commit 8c93545

Browse files
committed
Remove logging statement from FindLibraryUpdate.
Signed-off-by: Ruben Jenster <[email protected]>
1 parent 8cb83ad commit 8c93545

File tree

1 file changed

+0
-1
lines changed
  • arduino/libraries/librariesindex

1 file changed

+0
-1
lines changed

arduino/libraries/librariesindex/index.go

-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ func (idx *Index) FindLibraryUpdate(lib *libraries.Library) *Release {
138138
return nil
139139
}
140140
if lib.Version == nil {
141-
fmt.Printf("[WARN] version for library loaded from %s is nil\n", lib.InstallDir)
142141
return indexLib.Latest
143142
}
144143
if indexLib.Latest.Version.GreaterThan(lib.Version) {

0 commit comments

Comments
 (0)