Skip to content

Commit

Permalink
remove stale comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Jan 14, 2025
1 parent 9893242 commit cef5e43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ const removeInvalidXLFCharacters = (str) => {

// Traverses schema json files looking for "description" fields to localized.
// The path to the "description" field is used to create a localization key.
// escape is a boolean regarding whether we want to escape the string with lodash. We only want to do this with the
// language service files.
const processJsonFiles = () => {
return es.through(function (file) {
let jsonTree = JSON.parse(file.contents.toString());
Expand Down

0 comments on commit cef5e43

Please sign in to comment.