Skip to content

Commit 32f09c5

Browse files
committed
revert comment removal
1 parent 1230f69 commit 32f09c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/update/arduino/arduino.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func (a *ArduinoPlatformUpdater) UpgradePackages(ctx context.Context, names []st
177177

178178
eventsCh <- update.NewDataEvent(update.StartEvent, "Upgrade is starting")
179179

180-
logrus.SetLevel(logrus.ErrorLevel)
180+
logrus.SetLevel(logrus.ErrorLevel) // Reduce the log level of arduino-cli
181181
srv := commands.NewArduinoCoreServer()
182182

183183
if err := setConfig(ctx, srv); err != nil {

0 commit comments

Comments
 (0)