Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jun 21, 2024
1 parent 8c9faa7 commit 539b79f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -1713,9 +1713,6 @@ func (jsa *mqttJSA) deleteConsumer(streamName, consName string, noWait bool) (*J
if err != nil {
return nil, err
}
if noWait {
return nil, nil
}
cdr := cdri.(*JSApiConsumerDeleteResponse)
return cdr, cdr.ToError()
}
Expand Down

0 comments on commit 539b79f

Please sign in to comment.