From ceb1e1d23a203924ff5e11331cbf66e08a87b2fd Mon Sep 17 00:00:00 2001 From: Faris Armoush Date: Tue, 15 Apr 2025 10:03:37 +0300 Subject: [PATCH] Remove TODO comments. --- .../routine_dialogs/ceiling_sensor/cps_slider_helpers.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/pages/routines/widgets/routine_dialogs/ceiling_sensor/cps_slider_helpers.dart b/lib/pages/routines/widgets/routine_dialogs/ceiling_sensor/cps_slider_helpers.dart index 03b7b5af..7c7571f6 100644 --- a/lib/pages/routines/widgets/routine_dialogs/ceiling_sensor/cps_slider_helpers.dart +++ b/lib/pages/routines/widgets/routine_dialogs/ceiling_sensor/cps_slider_helpers.dart @@ -84,7 +84,4 @@ abstract final class CpsSliderHelpers { _ => '${parsedValue?.toStringAsFixed(0) ?? 0}', }; } - // TODO: Sports Para causes 400 in IF and THEN / sports_para - // TODO: Detection range causes 400 in IF / moving_range - // TODO: Distance of moving objects causes 400 in IF / presence_range }