diff --git a/the_works/static/js/imageselect.js b/the_works/static/js/imageselect.js index adb3cf7..d8e0b57 100644 --- a/the_works/static/js/imageselect.js +++ b/the_works/static/js/imageselect.js @@ -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");