From 9bac805d5044d042641f52a4a88e00a6271637ea Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Thu, 6 May 2021 01:03:43 +0200 Subject: [PATCH] Removed spew --- api.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api.go b/api.go index 752b230..e0c5e75 100644 --- a/api.go +++ b/api.go @@ -9,7 +9,6 @@ import ( "net/http" "time" - "github.com/davecgh/go-spew/spew" "github.com/gin-gonic/gin" "github.com/jinzhu/gorm" "github.com/jinzhu/gorm/dialects/postgres" @@ -34,7 +33,7 @@ func (h *Headscale) RegisterWebAPI(c *gin.Context) { return } - spew.Dump(c.Params) + // spew.Dump(c.Params) c.Data(http.StatusOK, "text/html; charset=utf-8", []byte(fmt.Sprintf(`