diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-11-07 21:23:36 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-11-07 21:23:36 +0100 |
| commit | eed27fa5568e507c255a524185356786c877b2b8 (patch) | |
| tree | 4e2748dfd42ec1d3c4584102e6780db09bd82f0a /lib/RoutingExample.dart | |
| parent | 94d5a9897bf536a359febab1b422a6aff1bfd080 (diff) | |
ready for irl test
Diffstat (limited to 'lib/RoutingExample.dart')
| -rw-r--r-- | lib/RoutingExample.dart | 1 |
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!); |
