From dc8d64faabd8b50fc20ee1aea511637d21bf0ad8 Mon Sep 17 00:00:00 2001 From: "isaprettycoolguy@protonmail.com" <6576516+nyxsys@users.noreply.github.com> Date: Sat, 9 May 2026 09:50:52 -0400 Subject: [PATCH] remove stale Debug comment from TerrainPickerModal refresh button Co-Authored-By: Claude Sonnet 4.6 --- src/hex-map/TerrainPickerModal.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hex-map/TerrainPickerModal.ts b/src/hex-map/TerrainPickerModal.ts index c53ccb3..f8f7d69 100644 --- a/src/hex-map/TerrainPickerModal.ts +++ b/src/hex-map/TerrainPickerModal.ts @@ -261,7 +261,6 @@ export class TerrainPickerModal extends HexmakerModal { renderTiles(); - // Debug: one-shot button to fix all hex encounter-table links on the current map const footer = contentEl.createDiv({ cls: "duckmage-tpe-edit-footer" }); const refreshBtn = footer.createEl("button", { cls: "duckmage-tpe-refresh-btn",