diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
index 8881b93349f..6007dd1dbaa 100644
--- a/htdocs/core/class/html.formmail.class.php
+++ b/htdocs/core/class/html.formmail.class.php
@@ -669,7 +669,6 @@ class FormMail extends Form
}
else
{
- // The select combo
if (!empty($this->withto) && is_array($this->withto))
{
// multiselect array convert html entities into options tags, even if we dont want this, so we encode them a second time