remove telegram text log
This commit is contained in:
+1
-3
@@ -3,8 +3,6 @@ package utils
|
|||||||
import (
|
import (
|
||||||
"regexp"
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"go.uber.org/zap"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
@@ -29,7 +27,7 @@ func check() {
|
|||||||
telegram := exp.FindString(string(buffer))
|
telegram := exp.FindString(string(buffer))
|
||||||
|
|
||||||
if len(telegram) > 0 {
|
if len(telegram) > 0 {
|
||||||
Log.Info("telegram ", zap.String("text", telegram))
|
// Log.Info("telegram ", zap.String("text", telegram))
|
||||||
buffer = nil
|
buffer = nil
|
||||||
InsertTelegram(telegram)
|
InsertTelegram(telegram)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user