Skip to content

Commit 253195c

Browse files
facchinmcmaglie
authored andcommitted
remove debug print
1 parent e330052 commit 253195c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools_loader.go

Lines changed: 1 addition & 2 deletions
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)