logger and launch cleanup
This commit is contained in:
@@ -30,7 +30,6 @@ class _NewTripMapState extends State<NewTripMap> {
|
||||
final Set<Marker> _markers = <Marker>{};
|
||||
|
||||
_onLongPress(LatLng location) {
|
||||
log('Long press: $location');
|
||||
widget.trip.landmarks.clear();
|
||||
widget.trip.addLandmark(
|
||||
Landmark(
|
||||
|
Reference in New Issue
Block a user