diff --git a/backend/src/index.ts b/backend/src/index.ts index 19f1c6b0..4c1c12d6 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -342,8 +342,8 @@ connect().then(async () => { deprecatedKeys.push("error_emoji"); } - logger.warn(`Deprecated config properties found in "${key}": ${deprecatedKeys.join(", ")}`); - logger.warn(`You can now configure those emojis in the "common" plugin config\n${exampleConfig}`); + // logger.warn(`Deprecated config properties found in "${key}": ${deprecatedKeys.join(", ")}`); + // logger.warn(`You can now configure those emojis in the "common" plugin config\n${exampleConfig}`); } // Remove deprecated properties some may still have in their config