less logging
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-26 14:35:12 +10:00
parent e1703e401b
commit 0c2aecd989
3 changed files with 4 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ func (h *Handler) VmImport(w http.ResponseWriter, r *http.Request) {
})
return
} else {
h.Logger.Debug("successfully decoded JSON")
prettyPrint(inData)
//h.Logger.Debug("successfully decoded JSON")
//prettyPrint(inData)
}
ctx := context.Background()