mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 08:45:16 +00:00
notifier/telegramnotifier: remove debug log
This commit is contained in:
parent
848d36f90b
commit
db8a74238e
|
@ -71,7 +71,6 @@ func (n *Notifier) NotifyTo(channel string, obj interface{}, args ...interface{}
|
||||||
switch a := obj.(type) {
|
switch a := obj.(type) {
|
||||||
|
|
||||||
case string:
|
case string:
|
||||||
log.Infof(a, pureArgs...)
|
|
||||||
message = fmt.Sprintf(a, pureArgs...)
|
message = fmt.Sprintf(a, pureArgs...)
|
||||||
|
|
||||||
case types.PlainText:
|
case types.PlainText:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user