From 213e5013906c9151ffbf6a6044eef7cf656cbf34 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Mar 2021 14:45:23 +0800 Subject: [PATCH] remove debug --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2