forked from MapComplete/MapComplete
Chore: Remove unused variables
This commit is contained in:
parent
1a415f4815
commit
e68b31e267
42 changed files with 48 additions and 106 deletions
|
@ -225,6 +225,7 @@ function run(file, protojson) {
|
|||
}
|
||||
|
||||
|
||||
// noinspection JSUnusedLocalSymbols
|
||||
async function queryTagInfo(file, type, clean: ((s: string) => string)) {
|
||||
for (const e of loadCsv(file)) {
|
||||
const value = await ScriptUtils.TagInfoHistogram(e.key + ":" + type)
|
||||
|
@ -252,6 +253,7 @@ async function queryTagInfo(file, type, clean: ((s: string) => string)) {
|
|||
}
|
||||
}
|
||||
|
||||
// noinspection JSUnusedLocalSymbols
|
||||
/**
|
||||
* Adds the translations into the 'newConfig' object
|
||||
* @param origPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue