From 7e4986b87ea9e8edf607f001016e0e7dbfd9e23a Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Fri, 18 Feb 2022 14:52:03 +0100 Subject: [PATCH] Update main.js --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index 9cb15b2..98c7d29 100755 --- a/main.js +++ b/main.js @@ -56,7 +56,6 @@ client.once('ready', async () => { if (client.user.username != 'MOOver Debug') { client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]); } - console.log(bModel.find({}).exec(), eModel.find({}).exec()); cron.schedule('0 13 * * *', async function() { pingEvent(); });