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];