summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/play.js b/play.js
index 5b08e2a..e18b2f2 100644
--- a/play.js
+++ b/play.js
@@ -325,9 +325,6 @@ function for_each_side_in_path(path, fn) {
function on_focus_hex(evt) {
let h = evt.target.hex
let text = "(" + h + ") " + hex_name[h]
- for (let r in regions)
- if (regions[r].includes(h))
- text += " - " + r
document.getElementById("status").textContent = text
}