Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4666412

Browse files
committedJan 2, 2025·
chore: remove log statement
1 parent e36d3f1 commit 4666412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/ui/ClinicalPanel/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ export const ClinicalPanel = ({
258258

259259
useEffect(() => {
260260
if (hasClinicalInfo && demo?.clinicalInfo) {
261-
console.log('demo.clinicalInfo', demo.clinicalInfo);
262261
setClinicalInformation(demo.clinicalInfo);
263262
}
264263
}, [demo]);

0 commit comments

Comments
 (0)
Please sign in to comment.