remove telegram text log

This commit is contained in:
zhiqiang feng
2020-12-28 16:13:57 +08:00
parent 2cfac56ec5
commit f9c71978fd
+1 -3
View File
@@ -3,8 +3,6 @@ package utils
import (
"regexp"
"strings"
"go.uber.org/zap"
)
const (
@@ -29,7 +27,7 @@ func check() {
telegram := exp.FindString(string(buffer))
if len(telegram) > 0 {
Log.Info("telegram ", zap.String("text", telegram))
// Log.Info("telegram ", zap.String("text", telegram))
buffer = nil
InsertTelegram(telegram)
}