diff --git a/funcs/functions.py b/funcs/functions.py
index 92ba4681020f502150699173da4d01b65f040855..5225ba0c6c73f5c5e568be604182ae833a394847 100644
--- a/funcs/functions.py
+++ b/funcs/functions.py
@@ -125,10 +125,7 @@ def flagSoilMoistureBySoilFrost(data, flags, field, flagger, soil_temp_reference
     :param frost_level:                 Value level, the flagger shall check against, when evaluating soil frost level.
     """
 
-    # TODO: (To ASK):HOW TO FLAG nan values in input frame? general question: what should a test test?
-    # TODO: -> nan values with reference values that show frost, are flagged bad, nan values with reference value nan
-    # TODO: as well, are not flagged (test not applicable-> no flag)
-    # TODO: puffer zone for intermediate/fluktuating frost state
+    
 
     # retrieve data series input:
     dataseries = pd.Series(data[field].values, index=pd.to_datetime(data.index))