Skip to content

Commit

Permalink
Merge pull request meshtastic#308 from ajmcquilkin/uhuruhashimoto/rem…
Browse files Browse the repository at this point in the history
…ove-mocks-at-runtime

removed mocks at runtime:
  • Loading branch information
uhuruhashimoto authored Feb 22, 2023
2 parents 8ae62f9 + 199fc0b commit 5f049c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src-tauri/src/mesh/device/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ impl MeshDevice {
.map_err(|e| e.to_string())?;

self.add_position(PositionPacket { packet, data });
//TODO: edge map generation from position packets should be temporary
self.edges = mocks::mock_edge_map_from_loc_info(self.nodes.clone(), None);
device_updated = true;
}
protobufs::PortNum::PrivateApp => {
Expand Down

0 comments on commit 5f049c4

Please sign in to comment.