removed prints.
This commit is contained in:
parent
10af7aac1e
commit
4f276bab6a
@ -236,7 +236,6 @@ func (c *Client) CreateGroup(name, description string, users []string) (*Channel
|
||||
}
|
||||
|
||||
data, err := json.Marshal(dataStruct)
|
||||
fmt.Println(string(data))
|
||||
|
||||
if err != nil {
|
||||
return groupChannel, err
|
||||
|
@ -336,10 +336,3 @@ func (s Server) DeleteRole(id string) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// // Fetch all server invites.
|
||||
// func (s Server) FetchInvites() {
|
||||
// data, _ := s.Client.Request("GET", "/servers/"+s.Id+"/invites", []byte{})
|
||||
|
||||
// fmt.Println("\n\n" + string(data) + "\n\n")
|
||||
// }
|
||||
|
Loading…
x
Reference in New Issue
Block a user