removed a debug statement

This commit is contained in:
eclipse 2025-06-02 17:19:40 +02:00
parent a8f2073ae1
commit f0b2eb8b0f

View File

@ -3,7 +3,6 @@
*/
// initialize imege select with given id
function initImageselect(id) {
console.log("this is initImageselect!");
let is = document.getElementById(id);
// add event listener to radio buttons
let summary = is.querySelector("summary");