diff --git a/mq/util.go b/mq/util.go index 27cc793ee..7600ff8e4 100644 --- a/mq/util.go +++ b/mq/util.go @@ -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 {