Skip to content

Commit

Permalink
[ci skip] Remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <[email protected]>
  • Loading branch information
derekcollison committed May 6, 2024
1 parent 2d32506 commit 979ed3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,6 @@ func (mset *stream) trySetupSourceConsumer(iname string, seq uint64, startTime t

select {
case ccr := <-respCh:
// ready := sync.WaitGroup{}
mset.mu.Lock()
// Check that it has not been removed or canceled (si.sub would be nil)
if si := mset.sources[iname]; si != nil {
Expand Down

0 comments on commit 979ed3f

Please sign in to comment.