mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-04 09:09:02 +08:00
remove log
This commit is contained in:
parent
029c020fe0
commit
9f4a8952a4
@ -7,7 +7,6 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
"Open_IM/pkg/common/log"
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
@ -65,7 +64,6 @@ func CallBackPostReturn(url, callbackCommand string, input, output interface{},
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.Info("post resp content: ", string(b))
|
||||
if err = json.Unmarshal(b, output); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user