소스 검색

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 {