mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
Remove redundant code
This commit is contained in:
parent
9667e8c2a0
commit
f950075593
4 changed files with 2 additions and 9 deletions
|
@ -62,6 +62,6 @@ func (m *Mailer) DocumentApprover(recipient, inviterName, inviterEmail, url, doc
|
|||
m.Runtime.Log.Error(fmt.Sprintf("%s - unable to send email", method), err)
|
||||
}
|
||||
if !ok {
|
||||
m.Runtime.Log.Info(fmt.Sprintf("%s unable to send email"))
|
||||
m.Runtime.Log.Info(fmt.Sprintf("%s unable to send email", method))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue