Skip to content

Commit 7e6f932

Browse files
author
Luca Bianconi
committed
chore: rm useless comment
1 parent 5732909 commit 7e6f932

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: arduino/discovery/discoverymanager/discoverymanager.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ func (dm *DiscoveryManager) startDiscovery(d *discovery.PluggableDiscovery) (dis
202202

203203
go func(d *discovery.PluggableDiscovery) {
204204
// Transfer all incoming events from this discovery to the feed channel
205-
for ev := range eventCh {
206-
// here from discovery to discovery manager
205+
for ev := range eventCh {
207206
dm.feed <- ev
208207
}
209208
logrus.Infof("Discovery event channel closed %s. Exiting goroutine.", d.GetID())

0 commit comments

Comments
 (0)