remove debug

This commit is contained in:
Dot-Rar 2020-03-01 13:56:58 +00:00
parent a0a41d05db
commit 714a064119

View File

@ -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)
}