Skip to content

Commit 7ef0e61

Browse files
committed
Remove debug print
1 parent a8d23df commit 7ef0e61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

command/device/provision.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func (p provision) run() error {
8686
errMsg := "Error while uploading the provisioning sketch"
8787
err = retry(5, time.Millisecond*1000, errMsg, func() error {
8888
//serialutils.Reset(dev.port, true, nil)
89-
fmt.Println(p.board.fqbn, bin, p.board.address)
9089
return p.UploadBin(p.board.fqbn, bin, p.board.address, p.board.protocol)
9190
})
9291
if err != nil {

0 commit comments

Comments
 (0)