This commit is contained in:
Daniel Cebrian 2023-02-14 10:55:48 +01:00
parent ad4750c409
commit 5d6ac202df
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ function render_counter() {
}
function next_tip() {
console.log(JSON.stringify(idTips));
console.log(totalTips);
if (idTips.length >= totalTips) {
idTips = [];
}