remove print.

This commit is contained in:
Monet Lee 2025-06-06 09:37:52 +08:00
parent 80a4bf114b
commit 42f65dee47

View File

@ -3,7 +3,6 @@ package msgtransfer
import (
"context"
"encoding/base64"
"fmt"
"github.com/openimsdk/open-im-server/v3/pkg/apistruct"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
@ -73,8 +72,6 @@ func (mc *OnlineHistoryMongoConsumerHandler) webhookAfterSendGroupMsg(ctx contex
if !filterAfterMsg(msg, after) {
return
}
fmt.Println("webhookAfterSendGroupMsg true excute", msg.Seq)
cbReq := &cbapi.CallbackAfterSendGroupMsgReq{
CommonCallbackReq: toCommonCallback(ctx, msg, cbapi.CallbackAfterSendGroupMsgCommand),
GroupID: msg.GroupID,