Remove debug line ;(

This commit is contained in:
Kailash Nadh 2018-10-26 13:27:39 +05:30
parent e794aa703d
commit 229fd7f0c1
1 changed files with 0 additions and 2 deletions

View File

@ -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 {