From 6f2d74019f7ac6e3aa74a92dddac64cfa838f5e1 Mon Sep 17 00:00:00 2001 From: Thayol Date: Sat, 2 Dec 2023 17:13:28 +0100 Subject: [PATCH] remove comment that is no longer needed --- js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui.js b/js/ui.js index 3521cf6..8ce0a86 100644 --- a/js/ui.js +++ b/js/ui.js @@ -13,7 +13,7 @@ export default class UI { this.savedParanoiaOffset = localStorage.getItem('paranoiaOffset') || 1 this.#setParanoiaOffset(this.savedParanoiaOffset) this.#loadChampionships() - this.start() // auto-start, might need some more thought + this.start() } static init() {