Skip to content
Snippets Groups Projects
Commit 38486ff8 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: remove unused code

parent 62f84a06
No related tags found
No related merge requests found
...@@ -89,19 +89,6 @@ async function processData(timeStep, response, baseUrl, apiAuthKey) { ...@@ -89,19 +89,6 @@ async function processData(timeStep, response, baseUrl, apiAuthKey) {
} else { } else {
throw new Error('Unkonw range type: ' + doctype) throw new Error('Unkonw range type: ' + doctype)
} }
// .then(
// () => {
// processMonthlyAggregation(loadProfile, rangeDate.month)
// }
// )
// const yearlyData = await processYearAggregation(
// loadProfile,
// rangeDate.year.doctype
// )
// storeData(yearlyData, rangeDate.year.doctype, rangeDate.year.key)
// await processMonthlyAggregation(loadProfile, rangeDate.month)
} }
async function authenticate(login, password, baseUrl, apiAuthKey) { async function authenticate(login, password, baseUrl, apiAuthKey) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment