Skip to content

Commit

Permalink
Remove forgotten fmt spriongpowemfpwingwgewgwg
Browse files Browse the repository at this point in the history
  • Loading branch information
cassis163 committed Oct 19, 2023
1 parent f87815d commit 43ac79e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/unsafe.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package util

import (
"context"
"fmt"
"io"

"github.com/a-h/templ"
Expand All @@ -11,7 +10,6 @@ import (
func Unsafe(html string) templ.Component {
return templ.ComponentFunc(func(ctx context.Context, w io.Writer) (err error) {
_, err = io.WriteString(w, html)
fmt.Printf("HTML: '%s'\n", html)
return
})
}

0 comments on commit 43ac79e

Please sign in to comment.