Skip to content

Commit c5b999c

Browse files
committed
chore: clean up
1 parent 2f6f6b0 commit c5b999c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/engines/Cesium/Feature/Tileset

src/engines/Cesium/Feature/Tileset/hooks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,6 @@ export const useHooks = ({
757757
const googleMapPhotorealisticResource = useMemo((): string | Promise<Resource> | null => {
758758
if (type !== "google-photorealistic" || !isVisible) return null;
759759

760-
console.log("provider", provider);
761-
762760
// For Re:Earth provider, use the custom URL from customProvider or layer data
763761
if (provider === "reearth") {
764762
// Try to get URL from customProvider first, then fall back to layer URL

0 commit comments

Comments
 (0)