less log spam
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-25 21:05:46 +10:00
parent b8abc7e6fd
commit 2354d85a37

View File

@@ -181,7 +181,7 @@ func (h *Handler) VmModify(w http.ResponseWriter, r *http.Request) {
} else {
w.WriteHeader(http.StatusAccepted)
fmt.Fprintf(w, "Processed update event but no config changes were of interest\n")
prettyPrint(event.CloudEvent.Data.ConfigSpec)
//prettyPrint(event.CloudEvent.Data.ConfigSpec)
}
}
}