Skip to content

Commit

Permalink
don't create helpMasterParamsets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Feb 26, 2019
1 parent 9379688 commit 14903c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/convert_stringtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ langs.forEach(lang => {

fs.writeFileSync(path.join(__dirname, '..', 'www', 'js', 'stringtable.json'), JSON.stringify(strings, null, ' '));


/*
channels.forEach(ch => {
const {file, channelType, langFile} = ch;
Expand Down Expand Up @@ -116,5 +116,4 @@ channels.forEach(ch => {
});
fs.writeFileSync(path.join(__dirname, '..', 'www', 'js', 'helpMasterParamset.json'), JSON.stringify(obj, null, ' '));

//console.log(obj);
*/

0 comments on commit 14903c5

Please sign in to comment.