diff Applications/StoneWebViewer/WebApplication/app.js @ 1721:d4a8e2b19a65

new "GrayscaleWindowingChanged" message from GrayscaleWindowingSceneTracker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Dec 2020 12:51:57 +0100
parents b8d19f53aaca
children 9ac2a65d4172
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/app.js	Tue Dec 01 12:13:43 2020 +0100
+++ b/Applications/StoneWebViewer/WebApplication/app.js	Tue Dec 01 12:51:57 2020 +0100
@@ -286,7 +286,6 @@
       if (args.detail.canvasId == that.canvasId) {
         that.windowingCenter = args.detail.windowingCenter;
         that.windowingWidth = args.detail.windowingWidth;
-        console.log(that.windowingCenter + ' ' + that.windowingWidth);
       }
     });
   },