diff --git a/ANNOTATE/web/templates/annotation_dashboard.html b/ANNOTATE/web/templates/annotation_dashboard.html index ab62d5b..30815dd 100644 --- a/ANNOTATE/web/templates/annotation_dashboard.html +++ b/ANNOTATE/web/templates/annotation_dashboard.html @@ -453,21 +453,6 @@ } else { console.error('✗ window.deleteAnnotation is NOT a function!'); } - - // Add test button to page (temporary debugging) - const testButton = document.createElement('button'); - testButton.textContent = 'Test Delete Function'; - testButton.className = 'btn btn-warning btn-sm'; - testButton.style.position = 'fixed'; - testButton.style.top = '10px'; - testButton.style.right = '10px'; - testButton.style.zIndex = '9999'; - testButton.onclick = function () { - console.log('Test button clicked'); - window.testDeleteFunction(); - }; - document.body.appendChild(testButton); - console.log('Test button added to page'); } function renderAnnotationsList(annotations) {