remove "connected to db" log
This commit is contained in:
parent
c7c0145fca
commit
036114715f
1 changed files with 0 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue