remove log

This commit is contained in:
skiffer-git 2022-11-08 11:13:07 +08:00
parent 029c020fe0
commit 9f4a8952a4

View File

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