Skip to content

Commit 899fce7

Browse files
committed
Remove debug print
1 parent 8dd4a22 commit 899fce7

File tree

1 file changed

+0
-2
lines changed
  • src/arduino.cc/builder/builder_utils

1 file changed

+0
-2
lines changed

src/arduino.cc/builder/builder_utils/utils.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ func findAllFilesInFolder(sourcePath string, recurse bool) ([]string, error) {
142142
}
143143
}
144144

145-
fmt.Println(sources)
146-
147145
return sources, nil
148146
}
149147

0 commit comments

Comments
 (0)