remove console log
This commit is contained in:
parent
fd3b7e7ee7
commit
dcfb57ea16
@ -30,8 +30,6 @@ function TrackedCornerstoneViewport({
|
|||||||
const [{ viewports }, dispatchViewportGrid] = useViewportGrid();
|
const [{ viewports }, dispatchViewportGrid] = useViewportGrid();
|
||||||
// viewportIndex, onSubmit
|
// viewportIndex, onSubmit
|
||||||
const [viewportDialogState, viewportDialogApi] = useViewportDialog();
|
const [viewportDialogState, viewportDialogApi] = useViewportDialog();
|
||||||
console.warn('VIEWPORT DIALOG', viewportDialogState, viewportDialogApi);
|
|
||||||
|
|
||||||
const [viewportData, setViewportData] = useState(null);
|
const [viewportData, setViewportData] = useState(null);
|
||||||
// TODO: Still needed? Better way than import `OHIF` and destructure?
|
// TODO: Still needed? Better way than import `OHIF` and destructure?
|
||||||
// Why is this managed by `core`?
|
// Why is this managed by `core`?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user