Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
remove unused local vars
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk authored and dabreegster committed Jul 29, 2022
1 parent c347ac5 commit 7f64330
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web_editor/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ export class LaneEditor {
}

static async create() {
var current_road = null;
var current_locale = null;

const way = BigInt(document.getElementById("osm_way_id").value);
// Faster dev workflow: if the way ID is the default, use baked-in data instead of waiting on Overpass.
var road_wrapper, locale;
Expand Down

0 comments on commit 7f64330

Please sign in to comment.