diff --git a/compendium_v2/background_task/parse_excel_data.py b/compendium_v2/background_task/parse_excel_data.py
index c02cde43d3ef6bcae690356b576833e16b803809..d599f477a46cebb163f19a87d4559aaafcef8543 100644
--- a/compendium_v2/background_task/parse_excel_data.py
+++ b/compendium_v2/background_task/parse_excel_data.py
@@ -85,7 +85,7 @@ def fetch_funding_excel_data():
             other_european_funding = hard_number_convert(other_european_funding, "other european funding", nren, year)
             other = hard_number_convert(other, "other", nren, year)
 
-            european_funding = geant_subsidy + other_european_funding  # TODO check with Daniel
+            european_funding = geant_subsidy + other_european_funding
 
             # process the data (e.g. save to database)
             if nren is not None: