diff --git a/index.js b/index.js
index fb9b912fab410a4a25f4a67b0307cbf5940d6eb0..b36aa42f0cc653f5dfd2c7da28da8b8e600bbe7b 100644
--- a/index.js
+++ b/index.js
@@ -228979,7 +228979,6 @@ const { log, cozyClient } = __webpack_require__(1)
  */
 async function buildAggregatedData(data, doctype) {
   let aggregatedData = []
-  // eslint-disable-next-line no-unused-vars
   for (let [key, value] of Object.entries(data)) {
     const data = buildDataFromKey(doctype, key, value)
     const oldValue = await resetInProgressAggregatedData(data, doctype)
@@ -229062,7 +229061,6 @@ async function resetInProgressAggregatedData(data, doctype) {
     }
     // Remove data
     let sum = 0.0
-    // eslint-disable-next-line no-unused-vars
     for (const doc of filtered) {
       sum += doc.load
       log('debug', doc, 'Removing this entry for ' + doctype)