From 0c2aecd989e26f92a8daf90b59fd26cd345c37b7 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 Sep 2024 14:35:12 +1000 Subject: [PATCH] less logging --- components/core/footer.templ | 2 +- components/core/footer_templ.go | 2 +- server/handler/vmImport.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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()