Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Dec 30, 2021
1 parent 98ed514 commit 82ad95f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/docusaurus-theme-translations/update.js
Expand Up @@ -150,7 +150,6 @@ async function readMessagesFile(filePath) {
*/
async function writeMessagesFile(filePath, messages) {
const sortedMessages = sortObjectKeys(messages);
console.log(filePath);

const content = `${JSON.stringify(sortedMessages, null, 2)}\n`; // \n makes prettier happy
await fs.outputFile(filePath, content);
Expand Down Expand Up @@ -268,7 +267,6 @@ async function updateCodeTranslations() {
/** @type {Record<string, {untranslated: number}>} */
const stats = {};
let messageCount = 0;
console.log(process.argv);
const {2: newLocale} = process.argv;
// Order is important. The log messages must be in the same order as execution
// eslint-disable-next-line no-restricted-syntax
Expand Down

0 comments on commit 82ad95f

Please sign in to comment.