mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-26 06:15:20 +08:00
remove print.
This commit is contained in:
parent
80a4bf114b
commit
42f65dee47
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user