Skip to content

Commit 02f6d35

Browse files
author
Luca Bianconi
committed
chore: rm useless comment
1 parent 5732909 commit 02f6d35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
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)