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