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); } }