feat: Group map entities + delete useless logs
				
					
				
			This commit is contained in:
		| @@ -82,11 +82,7 @@ export const Sight = ({ sight, id }: Readonly<SightProps>) => { | ||||
|     Assets.load("/SightIcon.png").then(setTexture); | ||||
|   }, []); | ||||
|  | ||||
|   useEffect(() => { | ||||
|     console.log( | ||||
|       `Rendering Sight ${id + 1} at [${sight.latitude}, ${sight.longitude}]` | ||||
|     ); | ||||
|   }, [id, sight.latitude, sight.longitude]); | ||||
|   useEffect(() => {}, [id, sight.latitude, sight.longitude]); | ||||
|  | ||||
|   if (!sight) { | ||||
|     console.error("sight is null"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user