mirror of
https://github.com/ankitects/anki.git
synced 2026-01-10 20:44:28 -05:00
Delete: Console.log
This commit is contained in:
parent
7a033964ed
commit
329edabcf1
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
interval = setInterval(step, 1000);
|
interval = setInterval(step, 1000);
|
||||||
text = formatTime(0);
|
text = formatTime(0);
|
||||||
cls = "";
|
cls = "";
|
||||||
console.log("startTimer");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
state.cardData.subscribe(startTimer);
|
state.cardData.subscribe(startTimer);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue