diff -r 92cb33eb7a75 -r 510fd2a482f4 src/widgets/AnnotationsList.js --- 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 {