fix(nettests/telegram.go): remove MK option
This option was meaningful for an MK implementation of Telegram but is not meaningful for the new Go based implementation. Closes #90
This commit is contained in:
parent
259ab41b15
commit
991b875bd9
|
@ -12,9 +12,6 @@ func (h Telegram) Run(ctl *Controller) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if err := builder.SetOptionString("LogLevel", "INFO"); err != nil {
|
||||
return err
|
||||
}
|
||||
return ctl.Run(builder, []string{""})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user