mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
remove log
This commit is contained in:
parent
fd30e5f469
commit
b82c795b50
@ -7,7 +7,6 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
"Open_IM/pkg/common/log"
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
@ -60,7 +59,6 @@ func PostReturn(url string, input, output interface{}, timeOut int) error {
|
||||
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