From 714a064119b53b85e88c332065872b815d6d4fdb Mon Sep 17 00:00:00 2001 From: Dot-Rar Date: Sun, 1 Mar 2020 13:56:58 +0000 Subject: [PATCH] remove debug --- utils/discord/endpoints.go | 3 --- 1 file changed, 3 deletions(-) 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) }