From e26e1763dc79840fee2361f852fbfbd9cc81541c Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 30 Oct 2021 10:30:31 +0100 Subject: [PATCH] . --- static/js/dicomViewer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/js/dicomViewer.js b/static/js/dicomViewer.js index c431c251..2fc52ce1 100644 --- a/static/js/dicomViewer.js +++ b/static/js/dicomViewer.js @@ -212,12 +212,11 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l function loadAnnotation(imageId, annotation) { - console.log("loadAnnotations", imageId, annotation); + //console.log("loadAnnotations", imageId, annotation); const toolStateManager = cornerstoneTools.globalImageIdSpecificToolStateManager; if (annotation == undefined || annotation.length < 1 || annotation == [undefined]) { return } - console.log("1234", annotation); let tool_state_no_id = JSON.parse(annotation); tool_state[imageId] = tool_state_no_id;