Remove debug line ;(
This commit is contained in:
parent
e794aa703d
commit
229fd7f0c1
|
@ -69,8 +69,6 @@ func (e *emailer) Name() string {
|
|||
func (e *emailer) Push(fromAddr, toAddr, subject string, m []byte) error {
|
||||
var key string
|
||||
|
||||
return nil
|
||||
|
||||
// If there are more than one SMTP servers, send to a random
|
||||
// one from the list.
|
||||
if e.numServers > 1 {
|
||||
|
|
Loading…
Reference in New Issue