diff --git a/server/handler/vmModify.go b/server/handler/vmModify.go index 67f7656..cc906ec 100644 --- a/server/handler/vmModify.go +++ b/server/handler/vmModify.go @@ -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) } } }