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 ( import (
"bytes" "bytes"
"encoding/json" "encoding/json"
"fmt"
"github.com/TicketsBot/GoPanel/config" "github.com/TicketsBot/GoPanel/config"
"github.com/gin-gonic/contrib/sessions" "github.com/gin-gonic/contrib/sessions"
"github.com/pasztorpisti/qs" "github.com/pasztorpisti/qs"
@ -118,8 +117,6 @@ func (e *Endpoint) Request(store sessions.Session, contentType *ContentType, bod
return err return err
} }
fmt.Println(string(content))
if rawResponse != nil { if rawResponse != nil {
*rawResponse<-string(content) *rawResponse<-string(content)
} }