We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fb471 commit 951092dCopy full SHA for 951092d
1 file changed
backend/src/index.ts
@@ -342,8 +342,8 @@ connect().then(async () => {
342
deprecatedKeys.push("error_emoji");
343
}
344
345
- logger.warn(`Deprecated config properties found in "${key}": ${deprecatedKeys.join(", ")}`);
346
- 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}`);
347
348
349
// Remove deprecated properties some may still have in their config
0 commit comments