remove telegram text log
This commit is contained in:
+1
-3
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user