rimosso il console.log per textureButtons nella funzione start

This commit is contained in:
2026-01-16 18:15:09 +01:00
parent 86c6fab546
commit cebfd55284

View File

@@ -318,7 +318,7 @@ const start = async () => {
} }
$("#larghezza").first().trigger("change"); $("#larghezza").first().trigger("change");
//console.log(textureButtons);
$(textureButtons).each((i, el) => { $(textureButtons).each((i, el) => {
$(el).trigger("click"); $(el).trigger("click");
}); });