diff --git a/internal/push/push_to_client.go b/internal/push/push_to_client.go index aaaa14e95..0583b453d 100644 --- a/internal/push/push_to_client.go +++ b/internal/push/push_to_client.go @@ -18,8 +18,6 @@ import ( "context" "encoding/json" "errors" - "fmt" - "runtime/debug" "github.com/OpenIMSDK/Open-IM-Server/internal/push/offlinepush" "github.com/OpenIMSDK/Open-IM-Server/internal/push/offlinepush/fcm" @@ -257,7 +255,6 @@ func (p *Pusher) GetConnsAndOnlinePush(ctx context.Context, msg *sdkws.MsgData, if err != nil { return nil, err } - fmt.Println(mcontext.GetOperationID(ctx), string(debug.Stack())) // Online push message for _, v := range conns { msgClient := msggateway.NewMsgGatewayClient(v)