logging tweaks
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / End-to-End (push) Waiting to run
CI / Publish Docker (push) Blocked by required conditions
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-30 10:58:45 +10:00
parent c4eedb55b7
commit 5afbe9bb30
2 changed files with 12 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ func (h *Handler) EncryptData(w http.ResponseWriter, r *http.Request) {
return
} else {
h.Logger.Debug("successfully decoded JSON")
prettyPrint(input)
//prettyPrint(input)
}
//cipher, err := h.Secret.Encrypt()