Remove debugger statements.

This commit is contained in:
James A. Petts 2020-06-30 16:09:54 +01:00
parent eaeae515a3
commit b99488ad1b
2 changed files with 0 additions and 13 deletions

View File

@ -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) {

View File

@ -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,