Skip to content

Commit 61353d9

Browse files
committed
tidy up
1 parent c3c856e commit 61353d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/tracker.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4344,9 +4344,6 @@ function update(response) {
43444344
vehicles.hasOwnProperty(follow_vehicle) &&
43454345
vehicles[follow_vehicle].graph_data_updated) updateGraph(follow_vehicle, false);
43464346

4347-
// store in localStorage
4348-
offline.set('positions', ctx.lastPositions);
4349-
43504347
if (got_positions && !zoomed_in && Object.keys(vehicles).length) {
43514348
if (vehicles.hasOwnProperty(wvar.query) && wvar.query !== "") {
43524349
zoom_on_payload();

0 commit comments

Comments
 (0)