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 csToolName = toolName || measurementData.toolType || toolType;
|
||||
|
||||
debugger;
|
||||
|
||||
const measurementId = addOrUpdate(csToolName, evtDetail);
|
||||
|
||||
if (measurementId) {
|
||||
|
||||
@ -343,14 +343,10 @@ function OHIFCornerstoneSRViewport({
|
||||
}
|
||||
}
|
||||
|
||||
debugger;
|
||||
|
||||
sendTrackedMeasurementsEvent('SET_TRACKED_SERIES', {
|
||||
StudyInstanceUID: targetStudyInstanceUID,
|
||||
SeriesInstanceUIDs,
|
||||
});
|
||||
|
||||
debugger;
|
||||
}
|
||||
|
||||
Object.keys(hydratableMeasurementsInSR).forEach(toolType => {
|
||||
@ -390,13 +386,6 @@ function OHIFCornerstoneSRViewport({
|
||||
|
||||
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({
|
||||
viewportIndex: activeViewportIndex,
|
||||
displaySetInstanceUID: activeDisplaySetData.displaySetInstanceUID,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user