Skip to content

Commit fb0ff65

Browse files
authored
Remove console log from Footer component
Removed commented-out console log for config.
1 parent 4788bd8 commit fb0ff65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/footer.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { getConfigAndConceptSchemes } from "../hooks/configAndConceptSchemes"
77
const Footer = () => {
88
const { config } = getConfigAndConceptSchemes()
99

10-
//console.log("CONFIG:", config)
11-
1210
const style = css`
1311
background: ${config.colors.skoHubMiddleColor};
1412
color: ${config.colors.skoHubWhite};

0 commit comments

Comments
 (0)