Clean up a dead store.

This commit is contained in:
Kistaro Windrider 2024-07-04 21:23:19 -07:00
parent bd100f6ebf
commit 1122b122f0
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -71,7 +71,6 @@
Engine.play(orig_passage, passage() == orig_passage);
};
variables().ADDON_TEST_CONFIG_MGR_TARGETS = config_passages.map((p) => p.title);
$(ev.content).wiki("^^Test Config Manager^^\n"
+ "!!!Would you like to load a test config?\n");
$(ev.content).append(dropdown).append(load_button);