Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jun 20, 2024
1 parent ddda72d commit 00efd84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -3497,7 +3497,6 @@ func (sess *mqttSession) deleteConsumer(cc *ConsumerConfig) {
sess.mu.Lock()
sess.tmaxack -= cc.MaxAckPending
sess.jsa.deleteConsumer(mqttStreamName, cc.Durable, true)
// sess.jsa.sendq.push(&mqttJSPubMsg{subj: sess.jsa.prefixDomain(fmt.Sprintf(JSApiConsumerDeleteT, mqttStreamName, cc.Durable))})
sess.mu.Unlock()
}

Expand Down

0 comments on commit 00efd84

Please sign in to comment.