diff --git a/components/core/footer.templ b/components/core/footer.templ index 465cffd..4906e0e 100644 --- a/components/core/footer.templ +++ b/components/core/footer.templ @@ -3,7 +3,7 @@ package core templ Footer() { } \ No newline at end of file diff --git a/components/core/footer_templ.go b/components/core/footer_templ.go index 67a7e70..7d4f27b 100644 --- a/components/core/footer_templ.go +++ b/components/core/footer_templ.go @@ -29,7 +29,7 @@ func Footer() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/server/handler/vmImport.go b/server/handler/vmImport.go index 1644839..4011da8 100644 --- a/server/handler/vmImport.go +++ b/server/handler/vmImport.go @@ -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()