Remove dbg! statements

This commit is contained in:
2023-09-01 19:59:10 -04:00
parent 21cae62714
commit e50e165b87
3 changed files with 1 additions and 13 deletions

View File

@@ -94,9 +94,6 @@ impl Layout {
head {
meta charset="utf-8";
title { (self.title) }
// TODO: vendor this before going to prod
script src="https://unpkg.com/htmx.org@1.9.5" integrity="sha384-xcuj3WpfgjlKF+FXhSQFQ0ZNr39ln+hwjN3npfM9VBnUskLolQAcN80McRIVOPuO" crossorigin="anonymous" {}
script src="https://unpkg.com/htmx.org/dist/ext/sse.js" {}
@for js_bundle in js_bundles() {
script type="module" src=(js_bundle) {}
}