remove comment that is no longer needed

This commit is contained in:
2023-12-02 17:13:28 +01:00
parent 0a14e69f82
commit 6f2d74019f
+1 -1
View File
@@ -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() {