diff --git a/handler.go b/handler.go
index a483547..dc71c59 100644
--- a/handler.go
+++ b/handler.go
@@ -91,31 +91,3 @@ func reportsViewerHandler(w http.ResponseWriter, r *http.Request) {
reportsPage(events, getLoggedUser(r)).Render(r.Context(), w)
}
-
-func joubleHandler(w http.ResponseWriter, r *http.Request) {
- fmt.Fprintf(w, `
-
-
-
-
-
- pyramid
-
-
-
-
-
-
-
-
-
-
-`)
-}
diff --git a/layout.templ b/layout.templ
index 9f8c76e..a44f26b 100644
--- a/layout.templ
+++ b/layout.templ
@@ -21,7 +21,7 @@ templ layout(loggedUser string) {