Skip to content

Commit 22cdaf0

Browse files
committed
Remove testing leftovers... OOPS!
Signed-off-by: Cristian Maglie <[email protected]>
1 parent f3c98eb commit 22cdaf0

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

Diff for: src/arduino.cc/arduino-builder/main.go

-5
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,6 @@ func init() {
160160
func main() {
161161
flag.Parse()
162162

163-
for _, t := range customBuildPropertiesFlag {
164-
fmt.Println(t)
165-
}
166-
return
167-
168163
if *versionFlag {
169164
fmt.Println("Arduino Builder " + VERSION)
170165
fmt.Println("Copyright (C) 2015 Arduino LLC and contributors")

0 commit comments

Comments
 (0)