diff --git a/src/gameFacts.ts b/src/gameFacts.ts index 88163671af8f79f251d330c7832949d17ae9bdb6..d506af26a3d1d06b68e410938a38c55acf72dced 100644 --- a/src/gameFacts.ts +++ b/src/gameFacts.ts @@ -1,9 +1,7 @@ import { writable } from "svelte-local-storage-store"; import type { Writable } from "svelte/store"; -export const gameFactsStore: Writable<String[]> = writable("gameFacts", [ - "debugRequiredFact", -]); +export const gameFactsStore: Writable<String[]> = writable("gameFacts", []); export function addGameFactToFactArray( gameFact: String,