로그 제거

This commit is contained in:
2023-10-18 15:32:36 +09:00
parent e37aaff9cb
commit 95a7972835

View File

@ -685,8 +685,6 @@ func (sh *serviceDescription) authorize(w http.ResponseWriter, r *http.Request)
output["noauth"] = true
}
logger.Println("authorize :", output)
json.NewEncoder(w).Encode(output)
}