Skip to content

Commit e405403

Browse files
committed
removed leftover debug print
1 parent 7c99c4a commit e405403

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ func (i *DFUInterface) AsDiscoveryPort() *discovery.Port {
139139
func (d *DFUDiscovery) getDFUInterfaces() []*DFUInterface {
140140
res := []*DFUInterface{}
141141
for pdfu := C.dfu_root; pdfu != nil; pdfu = pdfu.next {
142-
fmt.Println(pdfu)
143142
if (pdfu.flags & C.DFU_IFF_DFU) == 0 {
144143
// decide what to do with DFU runtime objects
145144
// for the time being, ignore them

0 commit comments

Comments
 (0)