Skip to content

Commit

Permalink
feat: Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Jan 16, 2025
1 parent 42f9c44 commit b6a5605
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@cornerstonejs/tools": "^1.86.0",
"@fnndsc/chrisapi": "^1.22.0",
"@niivue/niivue": "0.44.2",
"@patternfly/react-catalog-view-extension": "^5.0.0",
"@patternfly/react-charts": "^7.4.0",
"@patternfly/react-core": "^5.4.0",
"@patternfly/react-icons": "^5.4.0",
Expand Down
16 changes: 0 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/components/Preview/displays/DcmDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ const DcmDisplayCopy = (props: DcmImageProps) => {
activeViewportRef.current = viewport;
renderingEngineRef.current = renderingEngine;
} catch (error: any) {
console.log("ERROR", error);
notification.error({
message: "Render Image Error",
description: error?.message || String(error),
Expand Down

0 comments on commit b6a5605

Please sign in to comment.