Skip to content

Commit

Permalink
chore(web): remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed May 10, 2023
1 parent e98600b commit 57aa3c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/core/engines/Cesium/Feature/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default function Feature({
JSON.stringify(f?.[k]) ?? ""
}`;

// Check if the component output is already cached
const cachedComponent = CACHED_COMPONENTS.get(componentId);
if (cachedComponent) {
return cachedComponent;
Expand Down

0 comments on commit 57aa3c6

Please sign in to comment.