From: Alan Knowles Date: Thu, 18 Mar 2021 06:45:23 +0000 (+0800) Subject: remove debug X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=213e5013906c9151ffbf6a6044eef7cf656cbf34 remove debug --- diff --git a/NotifySend.php b/NotifySend.php index e8422024..b07a81c8 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -647,7 +647,7 @@ class Pman_Core_NotifySend extends Pman { $this->debug_str .= strlen($this->debug_str) ? "\n" : ''; $this->debug_str .= $message; - echo $message ."\n"; + //echo $message ."\n"; } function errorHandler($msg, $success = false)