Skip to content

Commit

Permalink
chore(sherlock): clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Sep 12, 2024
1 parent 4860e0a commit cca20ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/utah-design-system/src/components/Sherlock.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ const inputStyles = tv({
},
});

// todo: use or lose these
let defaultItems = [
{ id: 1, name: '326 East South Temple Street, Salt Lake City' },
{ id: 2, name: 'Farmington' },
{ id: 3, name: 'Utah House District 15' },
{ id: 4, name: 'Bald Eagle Spring' },
{ id: 5, name: '84111' },
];

async function safeFetch(url, options) {
let responseJson;
try {
Expand Down

0 comments on commit cca20ed

Please sign in to comment.