remove console log

This commit is contained in:
dannyrb 2020-06-07 11:17:39 -04:00
parent fd3b7e7ee7
commit dcfb57ea16

View File

@ -30,8 +30,6 @@ function TrackedCornerstoneViewport({
const [{ viewports }, dispatchViewportGrid] = useViewportGrid();
// viewportIndex, onSubmit
const [viewportDialogState, viewportDialogApi] = useViewportDialog();
console.warn('VIEWPORT DIALOG', viewportDialogState, viewportDialogApi);
const [viewportData, setViewportData] = useState(null);
// TODO: Still needed? Better way than import `OHIF` and destructure?
// Why is this managed by `core`?