diff --git a/src/index.js b/src/index.js
index 049fef7f9e25fa9fcc068b9d6c166247b8dd5772..1bad3058b58924cbfc8f7da5f278596e49a2c0e9 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) {