remove debug
This commit is contained in:
parent
a0a41d05db
commit
714a064119
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user