From cfc71aee58380435255ae959a226699c1f0b7bd1 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 16 Nov 2021 12:20:14 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index eb3df78f..32fd1c21 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -464,10 +464,10 @@ let pixel_data = cornerstone.getEnabledElement(element).image.getPixelData() - console.log("pixel data", pixel_data) + console.log(element, "pixel data", pixel_data) let hash = CryptoJS.MD5(pixel_data).toString(); - console.log("HASH", hash) + console.log(element, "HASH", hash) });