diff options
Diffstat (limited to 'it_mail.class')
-rw-r--r-- | it_mail.class | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/it_mail.class b/it_mail.class index b235dee..0c5cb4a 100644 --- a/it_mail.class +++ b/it_mail.class @@ -472,7 +472,6 @@ static function check_email($email, $checkmailbox = false) foreach ($mx as $mxhost => $dummy_weight) { - //echo ">>it_mail::check_email: " . time() . " checking $mxhost\n"; if ($fp = @fsockopen($mxhost, $port, $dummy_errno, $dummy_errstr, 5)) { $connected++; |