From 619d77c6fa2f7b830d3429cf3c4aa6222ef83e33 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 7 Dec 2023 14:42:12 -0700 Subject: [PATCH] chore(builds): remove dead comment cruft --- _webi/lint-builds.js | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/_webi/lint-builds.js b/_webi/lint-builds.js index 7b67382..de6cf63 100644 --- a/_webi/lint-builds.js +++ b/_webi/lint-builds.js @@ -159,14 +159,6 @@ function getBuildsByRelease(buildsByOs, target) { async function main() { let packagesByName = {}; - // let names = ['{NAME}-win32.exe']; - // for (let name of names) { - // console.log(name); - // name = replaceTriples('TEST', {}, name); - // console.log(name); - // } - // process.exit(0); - let dirs = await bc.getPackages(); showDirs(dirs); console.info(''); @@ -239,27 +231,6 @@ async function main() { console.info('#rows', rows.length); await Fs.writeFile('builds.tsv', tsv, 'utf8'); - // let terms = Object.keys(allTermsMap); - // terms.sort(); - // console.log(terms.join('\n')); - // // console.log(terms); - // for (; terms.length; ) { - // let a = terms.shift() || ''; - // let b = terms.shift() || ''; - // let c = terms.shift() || ''; - // let d = terms.shift() || ''; - // let e = terms.shift() || ''; - // console.log( - // [ - // a.padEnd(15, ' ').padStart(16, ' '), - // b.padEnd(15, ' ').padStart(16, ' '), - // c.padEnd(15, ' ').padStart(16, ' '), - // d.padEnd(15, ' ').padStart(16, ' '), - // e.padEnd(15, ' ').padStart(16, ' '), - // ].join(' '), - // ); - // } - console.info(''); console.info('Triplets Detected:'); let triplets = Object.keys(bc._triplets);