Skip to content

Commit

Permalink
Remove deprecated code (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Feb 7, 2024
2 parents 958b674 + 6cbdd86 commit 16a93a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client/src/commons/form/profile/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ const Profile = props => {

const setKind = useCallback(kind => {
switch (kind) {
case "instruments":
setStratigraphyKind(profileKind.INSTRUMENT);
break;
case "stratigraphy":
setAttributesBasedKind(stratigraphyData);
setStratigraphyKind(profileKind.STRATIGRAPHY);
Expand Down

0 comments on commit 16a93a0

Please sign in to comment.