mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
perf: remove dev log
This commit is contained in:
parent
d582027fcf
commit
0806fc09d8
@ -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 (
|
||||
|
@ -34,7 +34,6 @@ export default function ServerListClient() {
|
||||
useEffect(() => {
|
||||
const inlineState = localStorage.getItem("inline");
|
||||
if (inlineState !== null) {
|
||||
console.log("inlineState", inlineState);
|
||||
setInline(inlineState);
|
||||
}
|
||||
}, []);
|
||||
|
Loading…
Reference in New Issue
Block a user