From 31db3fca473095e4901201a2be803788dc627c87 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:53:15 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 241e2818..0722da39 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -36,8 +36,6 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtp = new Net_SMTP($server, $settings['port'], $helo, false, 0, $socket_options); - $smtp->setDebug(true); - $res = $smtp->connect(10); if (is_a($res, 'PEAR_Error')) { -- 2.39.2