Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Jul 1, 2022
1 parent fe5d017 commit 99660e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/Directory/PsychologistsMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ const PsychologistsMap = ({
mapZoom: number;
}) => {
function havingCoordinates(psychologist: PsychologistType) {
console.log(
psychologist.coordinates,
psychologist.distanceBasedOn ===
DistanceBasedOn.SecondAddressCoordinates &&
psychologist.secondAddressCoordinates
);
return (
psychologist.coordinates ||
(psychologist.distanceBasedOn ===
Expand Down

0 comments on commit 99660e0

Please sign in to comment.