Skip to content

Commit

Permalink
Remove console.log in front
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Jun 11, 2021
1 parent 7029219 commit 0c026aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/src/routes/map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class MapComponent extends Component {
};

displayUsers = props => {
console.log(props.users);
if (props.users) {
props.users.forEach(user => {
if (this.userMarkers[user.id]) {
Expand Down

0 comments on commit 0c026aa

Please sign in to comment.