remove "connected to db" log

This commit is contained in:
Emily 2020-10-09 16:03:25 +11:00
parent c7c0145fca
commit 036114715f

View file

@ -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.");