From 416629e5a103fbf1cf3435035c60811a9dd3636e Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Mon, 27 May 2024 14:32:24 +0200 Subject: [PATCH] doc: Remove comment --- ADASMELIAE.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ADASMELIAE.py b/ADASMELIAE.py index 110954d..b2c0723 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" -- GitLab