Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Nov 6, 2024
1 parent 214d575 commit bfccb18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/data/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export const getUuids = () => {
if (locationHref.includes("studies/j/") && uuids && uuids.length === 2) {
return { study: uuids[0], child: uuids[1] };
} else {
console.log(locationHref);
throw new URLWrongError();
}
};

0 comments on commit bfccb18

Please sign in to comment.