diff --git a/lib/widgets/bottom_sheet_new.dart b/lib/widgets/bottom_sheet_new.dart index 55b9cd4..553667a 100644 --- a/lib/widgets/bottom_sheet_new.dart +++ b/lib/widgets/bottom_sheet_new.dart @@ -168,7 +168,6 @@ class BottomSheetNew extends GetView { // Check conditions to show confirmation dialog if (destinationController.isInRog.value == false && destination.cp == -1 && - DestinationController.ready_for_goal && destinationController.rogainingCounted.value == false) { print("counted ${destinationController.rogainingCounted.value}");