瀏覽代碼

remove debug message

Max Ma 9 月之前
父節點
當前提交
c45f255f1c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      mq/util.go

+ 0 - 2
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 {