removed prints.

This commit is contained in:
5elenay
2021-08-28 22:05:19 +03:00
parent 10af7aac1e
commit 4f276bab6a
2 changed files with 0 additions and 8 deletions

View File

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