Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Feb 16, 2024
1 parent e070703 commit 92d7eae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/potlock/widget/Project/BannerHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ const BackgroundImageContainer = styled.div`
`}
`;

// console.log("state in banner header: ", state);
// console.log("props in banner header: ", props);
// console.log("background image: ", backgroundImage);
// console.log("image style: ", imageStyle);
// console.log("profile image: ", profileImage);

const CameraSvg = ({ height }) => (
<svg
width={height}
Expand Down

0 comments on commit 92d7eae

Please sign in to comment.