Skip to content

Commit b73907b

Browse files
Luca BianconiBikappa
authored andcommitted
chore: rm useless comment
1 parent 1b6d1c1 commit b73907b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arduino/discovery/discoverymanager/discoverymanager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ func (dm *DiscoveryManager) startDiscovery(d *discovery.PluggableDiscovery) (dis
203203
go func(d *discovery.PluggableDiscovery) {
204204
// Transfer all incoming events from this discovery to the feed channel
205205
for ev := range eventCh {
206-
// here from discovery to discovery manager
207206
dm.feed <- ev
208207
}
209208
logrus.Infof("Discovery event channel closed %s. Exiting goroutine.", d.GetID())

0 commit comments

Comments
 (0)