less logging
This commit is contained in:
@@ -3,7 +3,7 @@ package core
|
|||||||
templ Footer() {
|
templ Footer() {
|
||||||
<footer class="fixed p-1 bottom-0 bg-gray-100 w-full border-t">
|
<footer class="fixed p-1 bottom-0 bg-gray-100 w-full border-t">
|
||||||
<div class="rounded-lg p-4 text-xs italic text-gray-700 text-center">
|
<div class="rounded-lg p-4 text-xs italic text-gray-700 text-center">
|
||||||
© Go Fullstack
|
© Nathan Coad (nathan.coad@dell.com)
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
}
|
}
|
@@ -29,7 +29,7 @@ func Footer() templ.Component {
|
|||||||
templ_7745c5c3_Var1 = templ.NopComponent
|
templ_7745c5c3_Var1 = templ.NopComponent
|
||||||
}
|
}
|
||||||
ctx = templ.ClearChildren(ctx)
|
ctx = templ.ClearChildren(ctx)
|
||||||
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<footer class=\"fixed p-1 bottom-0 bg-gray-100 w-full border-t\"><div class=\"rounded-lg p-4 text-xs italic text-gray-700 text-center\">© Go Fullstack</div></footer>")
|
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<footer class=\"fixed p-1 bottom-0 bg-gray-100 w-full border-t\"><div class=\"rounded-lg p-4 text-xs italic text-gray-700 text-center\">© Nathan Coad (nathan.coad@dell.com)</div></footer>")
|
||||||
if templ_7745c5c3_Err != nil {
|
if templ_7745c5c3_Err != nil {
|
||||||
return templ_7745c5c3_Err
|
return templ_7745c5c3_Err
|
||||||
}
|
}
|
||||||
|
@@ -43,8 +43,8 @@ func (h *Handler) VmImport(w http.ResponseWriter, r *http.Request) {
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
h.Logger.Debug("successfully decoded JSON")
|
//h.Logger.Debug("successfully decoded JSON")
|
||||||
prettyPrint(inData)
|
//prettyPrint(inData)
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
Reference in New Issue
Block a user