Skip to content

Commit 2041673

Browse files
Remove log
1 parent 2ff5d66 commit 2041673

File tree

1 file changed

+0
-1
lines changed
  • src/components/plants/Dashboard

1 file changed

+0
-1
lines changed

src/components/plants/Dashboard/Map.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ function CenterMap({ center, setViewport }: CenterMapProps) {
327327
const [long, setLong] = React.useState(center.longitude);
328328

329329
React.useEffect(() => {
330-
console.log(map);
331330
if (center && (center.longitude !== long || center.latitude !== lat)) {
332331
map.jumpTo({
333332
center: [center.longitude, center.latitude],

0 commit comments

Comments
 (0)