Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bacalj committed Aug 19, 2024
1 parent a2159f6 commit 38df5f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/location-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const LocationTab: React.FC<LocationTabProps> = ({
setLocations
}) => {


const {
dataContext,
handleClearData,
Expand All @@ -44,8 +43,6 @@ export const LocationTab: React.FC<LocationTabProps> = ({
getUniqueLocationsInCodapData
} = useCodapData();

console.log("| what is dataContext anyway?", typeof dataContext, {dataContext});

useEffect(() => {
const updateEachAttrVisibility = () => {
for (const attr of kChildCollectionAttributes) {
Expand All @@ -58,7 +55,6 @@ export const LocationTab: React.FC<LocationTabProps> = ({
}, [selectedAttrs, updateAttributeVisibility]);

const handleLatChange = (event: React.ChangeEvent<HTMLInputElement>) => {
event.stopPropagation();
setLatitude(event.target.value);
setLocationSearch("");
};
Expand Down

0 comments on commit 38df5f2

Please sign in to comment.