summaryrefslogtreecommitdiff
path: root/lib/RoutingExample.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/RoutingExample.dart')
-rw-r--r--lib/RoutingExample.dart1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/RoutingExample.dart b/lib/RoutingExample.dart
index 02c097a..00e0e9d 100644
--- a/lib/RoutingExample.dart
+++ b/lib/RoutingExample.dart
@@ -231,7 +231,6 @@ class RoutingExample {
text: item.deliverySequenceNumber.toString(),
coords: destinationGeoCoordinates));
_destinationCoords.add(destinationGeoCoordinates);
- debugPrint(item.deliverySequenceNumber);
int sequenceNumber = int.parse(item.deliverySequenceNumber!);
int groupLastSequenceNumber = int.parse(item.deliverySequenceNumber!);