We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90999f7 commit 8ee60c0Copy full SHA for 8ee60c0
hooks/converter.common.ts
@@ -102,7 +102,6 @@ export abstract class ConverterCommon extends EventEmitter {
102
if (language !== defaultLanguage) {
103
languageI18nEntries.forEach((_, key) => {
104
if (!defaultLanguageI18nEntries.has(key)) {
105
- this.logger.warn(key);
106
defaultLanguageI18nEntries.set(key, key);
107
}
108
});
0 commit comments