From a7624bb7470b4f0eed3f2f98f7e27e9394906d3c Mon Sep 17 00:00:00 2001 From: Teror Fox Date: Wed, 26 Mar 2025 23:11:40 +0800 Subject: [PATCH] Update server/notification-providers/pushplus.js Co-authored-by: Frank Elsinga --- server/notification-providers/pushplus.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/notification-providers/pushplus.js b/server/notification-providers/pushplus.js index 36c4929cd..07ae6a2ba 100644 --- a/server/notification-providers/pushplus.js +++ b/server/notification-providers/pushplus.js @@ -31,8 +31,6 @@ class PushPlus extends NotificationProvider { await axios.post(url, params, config); } catch (error) { this.throwGeneralAxiosError(error); - console.error("PushPlus Error:", error.response?.data || error.message); - throw new Error("Notification failed: " + error.message); } }