fix: 移除 actionManager 中 SendForward 函数和 help 函数中的日志记录
This commit is contained in:
@@ -3,7 +3,6 @@ package action
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"strconv"
|
||||
"sync"
|
||||
"time"
|
||||
@@ -70,7 +69,6 @@ func (am *actionManager) SendMsg(reply *model.Reply) error {
|
||||
}
|
||||
|
||||
func (am *actionManager) SendForward(reply *model.Reply) error {
|
||||
log.Println(reply)
|
||||
am.sendMtx.Lock()
|
||||
defer am.sendMtx.Unlock()
|
||||
userID := strconv.FormatInt(reply.FromMsg.UserId, 10)
|
||||
|
||||
Reference in New Issue
Block a user