Skip to content

Commit 50426ab

Browse files
author
Massimiliano Pippi
committed
revert
1 parent 9d3624a commit 50426ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arduino/cores/cores.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ package cores
1919

2020
import (
2121
"encoding/json"
22-
"fmt"
2322
"sort"
2423
"strings"
2524

@@ -175,9 +174,6 @@ func (platform *Platform) GetAllInstalled() []*PlatformRelease {
175174
for _, release := range platform.Releases {
176175
if release.IsInstalled() {
177176
res = append(res, release)
178-
} else {
179-
data, _ := json.Marshal(release)
180-
fmt.Printf("%s\n", data)
181177
}
182178
}
183179
return res

0 commit comments

Comments
 (0)