We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff5d66 commit 2041673Copy full SHA for 2041673
src/components/plants/Dashboard/Map.tsx
@@ -327,7 +327,6 @@ function CenterMap({ center, setViewport }: CenterMapProps) {
327
const [long, setLong] = React.useState(center.longitude);
328
329
React.useEffect(() => {
330
- console.log(map);
331
if (center && (center.longitude !== long || center.latitude !== lat)) {
332
map.jumpTo({
333
center: [center.longitude, center.latitude],
0 commit comments