Skip to content

Commit 951092d

Browse files
committed
chore: less log spam
1 parent d8fb471 commit 951092d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ connect().then(async () => {
342342
deprecatedKeys.push("error_emoji");
343343
}
344344

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}`);
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}`);
347347
}
348348

349349
// Remove deprecated properties some may still have in their config

0 commit comments

Comments
 (0)