Skip to content

Commit

Permalink
removed extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Nov 25, 2024
1 parent 47ea75d commit ef92d94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ export class Search {
document.getElementById("bottomRightLatitude").value = bottomRightLatitude;
document.getElementById("bottomRightLongitude").value = bottomRightLongitude;
this.refetchFeed();
console.log("Левый верхний угол:", topLeftLatitude.value, topLeftLongitude.value);
console.log("Правый нижний угол:", bottomRightLatitude.value, bottomRightLongitude.value);
});
};
}
Expand Down

0 comments on commit ef92d94

Please sign in to comment.