From 76c49a9524dc1bd0c8b201ad217d626f8dc829b0 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 30 Oct 2021 10:30:11 +0100 Subject: [PATCH] . --- dicomViewer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dicomViewer.js b/dicomViewer.js index c431c25..2fc52ce 100644 --- a/dicomViewer.js +++ b/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;