Remove debugger statements.
This commit is contained in:
parent
eaeae515a3
commit
b99488ad1b
@ -252,8 +252,6 @@ const _connectToolsToMeasurementService = measurementService => {
|
|||||||
const { toolName, toolType, measurementData } = evtDetail;
|
const { toolName, toolType, measurementData } = evtDetail;
|
||||||
const csToolName = toolName || measurementData.toolType || toolType;
|
const csToolName = toolName || measurementData.toolType || toolType;
|
||||||
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
const measurementId = addOrUpdate(csToolName, evtDetail);
|
const measurementId = addOrUpdate(csToolName, evtDetail);
|
||||||
|
|
||||||
if (measurementId) {
|
if (measurementId) {
|
||||||
|
|||||||
@ -343,14 +343,10 @@ function OHIFCornerstoneSRViewport({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
sendTrackedMeasurementsEvent('SET_TRACKED_SERIES', {
|
sendTrackedMeasurementsEvent('SET_TRACKED_SERIES', {
|
||||||
StudyInstanceUID: targetStudyInstanceUID,
|
StudyInstanceUID: targetStudyInstanceUID,
|
||||||
SeriesInstanceUIDs,
|
SeriesInstanceUIDs,
|
||||||
});
|
});
|
||||||
|
|
||||||
debugger;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.keys(hydratableMeasurementsInSR).forEach(toolType => {
|
Object.keys(hydratableMeasurementsInSR).forEach(toolType => {
|
||||||
@ -390,13 +386,6 @@ function OHIFCornerstoneSRViewport({
|
|||||||
|
|
||||||
setIsHydrated(true);
|
setIsHydrated(true);
|
||||||
|
|
||||||
// TODO -> Switch to cornerstone viewport.
|
|
||||||
// TODO -> Tell measurement service to track the series on which the measurements were added.
|
|
||||||
|
|
||||||
// Deal with optional extensions
|
|
||||||
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
viewportGridService.setDisplaysetForViewport({
|
viewportGridService.setDisplaysetForViewport({
|
||||||
viewportIndex: activeViewportIndex,
|
viewportIndex: activeViewportIndex,
|
||||||
displaySetInstanceUID: activeDisplaySetData.displaySetInstanceUID,
|
displaySetInstanceUID: activeDisplaySetData.displaySetInstanceUID,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user