Skip to content

Commit

Permalink
delete services debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Jan 16, 2025
1 parent 2163d96 commit 799e1b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion irc/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ func serviceRunCommand(service *ircService, server *Server, client *Client, cmd
return
}

server.logger.Debug("services", fmt.Sprintf("Client %s ran %s command %s", client.Nick(), service.Name, commandName))
if commandName == "help" {
serviceHelpHandler(service, server, client, params, rb)
} else {
Expand Down

0 comments on commit 799e1b1

Please sign in to comment.