mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +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) {
|
||||
|
||||
case string:
|
||||
log.Infof(a, pureArgs...)
|
||||
message = fmt.Sprintf(a, pureArgs...)
|
||||
|
||||
case types.PlainText:
|
||||
|
|
Loading…
Reference in New Issue
Block a user