related to #1609 removing console.log

This commit is contained in:
Matthieu Leproux
2022-04-20 10:25:21 +02:00
parent 594f575a45
commit 7e10455aa3
-1
View File
@@ -568,7 +568,6 @@ function setSubcatsBadge(node) {
function updateTitleBadge(new_nb_albums) {
nb_albums = new_nb_albums;
$(".badge-number").text(new_nb_albums);
console.log("updateTitleBadge " + new_nb_albums);
}
function goToNode(node, firstNode) {