diff --git a/utils/discord/endpoints.go b/utils/discord/endpoints.go index f3b318c..7df507c 100644 --- a/utils/discord/endpoints.go +++ b/utils/discord/endpoints.go @@ -3,7 +3,6 @@ package discord import ( "bytes" "encoding/json" - "fmt" "github.com/TicketsBot/GoPanel/config" "github.com/gin-gonic/contrib/sessions" "github.com/pasztorpisti/qs" @@ -118,8 +117,6 @@ func (e *Endpoint) Request(store sessions.Session, contentType *ContentType, bod return err } - fmt.Println(string(content)) - if rawResponse != nil { *rawResponse<-string(content) }