mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-03-14 02:40:14 +00:00
removed debug logging
This commit is contained in:
parent
4fb1be6657
commit
d7ffe54883
@ -843,7 +843,6 @@ func (a *Api) AddMembersToGroup(c *gin.Context) {
|
||||
|
||||
err = a.signalClient.AddMembersToGroup(number, groupId, req.Members)
|
||||
if err != nil {
|
||||
log.Info("ERR NOT NULL")
|
||||
switch err.(type) {
|
||||
case *client.NotFoundError:
|
||||
c.JSON(404, Error{Msg: err.Error()})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user