Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonerzy committed May 5, 2024
1 parent 8843b2a commit e6b71b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package engine

import (
"embed"
"fmt"
"html/template"
"log"
"net/http"
Expand Down Expand Up @@ -101,8 +100,6 @@ func (e Engine) Serve() {
addr := getAddr(status, c)
data := getData(status, addr)

fmt.Println(data)

return c.Render("template/index", fiber.Map{
"Title": status.Title,
"Data": data,
Expand Down

0 comments on commit e6b71b5

Please sign in to comment.