Skip to content

Commit

Permalink
perf: remove dev log
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 9, 2024
1 parent d582027 commit 0806fc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/(main)/ClientComponents/InteractiveMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export function InteractiveMap({
feature.properties.iso_a2_eh,
);

if (isHighlighted) {
console.log(feature.properties.iso_a2_eh);
}

const serverCount = serverCounts[feature.properties.iso_a2_eh] || 0;

return (
Expand Down
1 change: 0 additions & 1 deletion app/(main)/ClientComponents/ServerListClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function ServerListClient() {
useEffect(() => {
const inlineState = localStorage.getItem("inline");
if (inlineState !== null) {
console.log("inlineState", inlineState);
setInline(inlineState);
}
}, []);
Expand Down

0 comments on commit 0806fc0

Please sign in to comment.