notifier/telegramnotifier: remove debug log

This commit is contained in:
c9s 2022-01-12 11:18:36 +08:00
parent 848d36f90b
commit db8a74238e

View File

@ -71,7 +71,6 @@ func (n *Notifier) NotifyTo(channel string, obj interface{}, args ...interface{}
switch a := obj.(type) {
case string:
log.Infof(a, pureArgs...)
message = fmt.Sprintf(a, pureArgs...)
case types.PlainText: