src/widgets/AnnotationsList.js
changeset 1076 510fd2a482f4
parent 1075 92cb33eb7a75
--- a/src/widgets/AnnotationsList.js	Sat Oct 19 01:34:55 2024 +0200
+++ b/src/widgets/AnnotationsList.js	Tue Oct 22 07:03:54 2024 +0200
@@ -846,7 +846,6 @@
             img = new Image();
             thumbnailBuffer[_thumbnail] = img;
           }
-          console.log("Thumnailimg", jQuery(`#${_thumbnailId}`,_el).attr('src'));
           if(img.src && IsImageOk(img)) {
             jQuery(`#${_thumbnailId}`,_el).attr('src', img.src);
           } else {