Skip to content

Commit

Permalink
climbing: Delete console log (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik authored Mar 24, 2024
1 parent 983f382 commit 284001c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/FeaturePanel/Climbing/ClimbingPanel.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect } from 'react';
import React from 'react';
import styled from 'styled-components';
import { Button, CircularProgress } from '@material-ui/core';
import Router from 'next/router';
Expand Down Expand Up @@ -71,14 +71,6 @@ const LoadingContainer = styled.div`
export const ClimbingPanel = ({ footer, showTagsTable }) => {
const { feature } = useFeatureContext();
const label = getLabel(feature);
useEffect(() => {
console.log(
'____',
window
.getComputedStyle(document.documentElement)
.getPropertyValue('--sat'),
);
}, []);

const {
loadPhotoRelatedData,
Expand Down

0 comments on commit 284001c

Please sign in to comment.