From 036114715f0e2cf93ca93bdfa2c1bffe41134247 Mon Sep 17 00:00:00 2001 From: Emily J Date: Fri, 9 Oct 2020 16:03:25 +1100 Subject: [PATCH] remove "connected to db" log --- bot/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/index.js b/bot/index.js index a401554..71d1e43 100644 --- a/bot/index.js +++ b/bot/index.js @@ -52,7 +52,6 @@ const init = async () => { // Connect to Redis database await client.db.init(); - client.logger.info("Connected to Redis DB.") if (client.dev === true) { client.logger.warn("Development mode is on. Some features (such as Sentry) are disabled.");