diff --git a/ADASMELIAE.py b/ADASMELIAE.py
index 110954d3344c8fa061138e197b3e02ff900088bf..b2c07238a6818956b87446cb57c749298fe3da93 100755
--- a/ADASMELIAE.py
+++ b/ADASMELIAE.py
@@ -36,8 +36,6 @@ import sys
 
 load_dotenv()
 
-# TODO Should start before the first European crops reach growth stage 51 and end when the northernmost regions have passed stage 59
-
 DEBUG = (
     False
     if os.getenv("DEBUG") is None or os.getenv("DEBUG").lower() == "false"