unnecessary code

This commit is contained in:
Miodec 2022-02-10 20:02:55 +01:00
parent 1f3b938748
commit e3ca8a131e

View file

@ -199,7 +199,6 @@ export function setPunctuation(punc, nosave) {
}
export function setMode(mode, nosave) {
if (TestUI.testRestarting) return;
if (mode !== "words" && config.funbox === "memory") {
Notifications.add("Memory funbox can only be used with words mode.", 0);
return;