Delete: Console.log

This commit is contained in:
Luc Mcgrady 2025-11-17 13:27:49 +00:00
parent 7a033964ed
commit 329edabcf1
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -35,7 +35,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
interval = setInterval(step, 1000);
text = formatTime(0);
cls = "";
console.log("startTimer");
}
state.cardData.subscribe(startTimer);