From c8c17beebb30d5e365e5749b6fed4e98b34621ea Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:27:01 +0800 Subject: [PATCH] Update sendNotify.js --- sendNotify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sendNotify.js b/sendNotify.js index 0169e86..3360799 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -225,7 +225,6 @@ async function sendNotify( function checkSmallfawnPush(variable) { if (typeof variable === 'string') { if (variable.includes('&') || variable.includes('#') || variable.includes('@')) { - console.log(variable.split(/[&#@]/)) return variable.split(/[&#@]/); } else { return [variable];