Skip to content

Commit

Permalink
Removes extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Dec 3, 2023
1 parent fc20bab commit 3c7f819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/handler/messaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func (h *Messaging) processMessageQueue(message mq.Message) {
err := h.sendToLagoonAPI(incoming, resource, insights)

if err != nil {
//log.Printf("Unable to send to the api: %s", err.Error())
slog.Error("Unable to send to the API", "Error", err.Error())
rejectMessage(false)
return
Expand Down

0 comments on commit 3c7f819

Please sign in to comment.