diff --git a/src/covid19/blueprints/owid/owid_service_import.py b/src/covid19/blueprints/owid/owid_service_import.py
index fe75082223bb236464cdbabdfcd22f6b11c1bc71..1a44ef38d674e8d34a1cd2ea6f4542d430a74550 100644
--- a/src/covid19/blueprints/owid/owid_service_import.py
+++ b/src/covid19/blueprints/owid/owid_service_import.py
@@ -89,14 +89,7 @@ class OwidServiceImport:
                         handwashing_facilities=row['handwashing_facilities'],
                         hospital_beds_per_thousand=row['hospital_beds_per_thousand'],
                         life_expectancy=row['life_expectancy'],
-                        human_development_index=row['human_development_index'] #,
-                        # datum=d.datum,
-                        # year=d.year,
-                        # month=d.month,
-                        # day_of_month=d.day_of_month,
-                        # day_of_week=d.day_of_week,
-                        # week_of_year=d.day_of_week,
-                        # year_week=d.year_week
+                        human_development_index=row['human_development_index']
                     )
                     db.session.add(o)
                     k += 1