Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster committed Nov 12, 2024
1 parent 2b8ca74 commit c485c8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grunt/helpers/Translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ ${entries.map(item => {
const filePath = path.join(outputFolder, 'source.xlf');
this.log(`Exporting xliff to ${filePath}`);
fs.writeFileSync(filePath, `${output}`);

return this;
}

Expand Down Expand Up @@ -294,7 +293,6 @@ ${entries.map(item => {
if (format === 'xliff') format = 'xlf';

// discover import files
console.log(`${inputFolder}/*.${format}`);
const langFiles = globs.sync([`${inputFolder}/*.${format}`]);
if (langFiles.length === 0) {
throw new Error(`No languagefiles found to process in folder ${inputFolder}`);
Expand Down

0 comments on commit c485c8a

Please sign in to comment.