mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
remove unused variable
This commit is contained in:
parent
7b25b3e580
commit
71114dedd4
@ -95,7 +95,6 @@ draft: false
|
|||||||
}
|
}
|
||||||
async function loadFiles() {
|
async function loadFiles() {
|
||||||
processingIndicator.isActive = true
|
processingIndicator.isActive = true
|
||||||
var chks = []
|
|
||||||
var data = await loadAllData()
|
var data = await loadAllData()
|
||||||
window.defaultDats = []
|
window.defaultDats = []
|
||||||
for (const sub of Object.values(data)) {
|
for (const sub of Object.values(data)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user