Remove dead code

This commit is contained in:
Marcus Bointon 2021-02-19 16:04:47 +01:00
parent 09bc306529
commit 85b4c9cd2d
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 0 additions and 4 deletions

View File

@ -2599,10 +2599,6 @@ class PHPMailer
}
}
if ('mail' !== $this->Mailer) {
// $result .= static::$LE;
}
return $result;
}