Skip to content

Commit a440bbb

Browse files
committed
remove debug print
1 parent edb9e23 commit a440bbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/arduino.cc/builder/tools_loader.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
package builder
3131

3232
import (
33-
"fmt"
3433
"os"
3534
"path/filepath"
3635
"strings"
@@ -50,7 +49,7 @@ func (s *ToolsLoader) Run(ctx *types.Context) error {
5049
tools := []*types.Tool{}
5150

5251
if ctx.CanUseCachedTools {
53-
fmt.Println("no fs modification, can use cached ctx")
52+
//fmt.Println("no fs modification, can use cached ctx")
5453
return nil
5554
}
5655

0 commit comments

Comments
 (0)