Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4325ab4

Browse files
Luca BianconiBikappa
Luca Bianconi
authored andcommittedMar 9, 2023
chore: rm useless comment
1 parent a082532 commit 4325ab4

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)