From 38486ff828f165f8c41cc9bd179f96b38488e7a7 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Mon, 24 Feb 2020 14:37:32 +0100
Subject: [PATCH] fix: remove unused code

---
 src/index.js | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/index.js b/src/index.js
index 049fef7..1bad305 100644
--- a/src/index.js
+++ b/src/index.js
@@ -89,19 +89,6 @@ async function processData(timeStep, response, baseUrl, apiAuthKey) {
   } else {
     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) {
-- 
GitLab