diff --git a/Meshtastic/Views/Nodes/MeshMap.swift b/Meshtastic/Views/Nodes/MeshMap.swift index e84c902e..de21cb0d 100644 --- a/Meshtastic/Views/Nodes/MeshMap.swift +++ b/Meshtastic/Views/Nodes/MeshMap.swift @@ -151,11 +151,6 @@ struct MeshMap: View { } } } - .onLongPressGesture(minimumDuration: 0.5, maximumDistance: 100, pressing: { - pressing in - print(pressing) - - }, perform: { value in }) .onTapGesture(perform: { screenCoord in newWaypointLocation = reader.convert(screenCoord, from: .local) print("Tapped at \(newWaypointLocation)")