Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
yabinma committed Dec 3, 2024
1 parent 1576e4c commit c45f255
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mq/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ func publish(host *models.Host, dest string, msg []byte) error {
slog.Warn("error checking version less than", "error", err)
return err
}
slog.Error("host.Version: ", "Debug", host.Version)
slog.Error("host.Version less than v0.30.0: ", "Debug", vlt)
if vlt {
encrypted, encryptErr = encryptMsg(host, msg)
if encryptErr != nil {
Expand Down

0 comments on commit c45f255

Please sign in to comment.