smtp/connection: remove comment

the code is definitely callable
This commit is contained in:
Zack Schuster 2022-04-29 11:03:32 -07:00
parent 41933468e5
commit 67d56d13c2
1 changed files with 0 additions and 1 deletions

View File

@ -671,7 +671,6 @@ export class SMTPConnection extends EventEmitter {
callback: SMTPCommandCallback,
domain?: string
) {
// is this code callable...?
if (!this.features) {
this.ehlo((err, data) => {
if (err) {