mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
removed unused console.log
This commit is contained in:
parent
0b0b8b9cc0
commit
2e9b332012
2 changed files with 1 additions and 3 deletions
|
@ -33,5 +33,3 @@ export const MainMap = new MapContainer(document.getElementById('canvas')).setVi
|
|||
[55.0153275, 82.9071235],
|
||||
13
|
||||
);
|
||||
|
||||
console.log('MAP', MainMap);
|
||||
|
|
|
@ -26,7 +26,7 @@ const KmMarksUnconnected: FC<Props> = ({
|
|||
|
||||
useEffect(() => {
|
||||
if (!layer) return;
|
||||
|
||||
|
||||
layer.setLatLngs(route);
|
||||
}, [layer, route]);
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue