diff --git a/front/src/routes/map/Map.jsx b/front/src/routes/map/Map.jsx index e2c3bf590d..1c9c267a54 100644 --- a/front/src/routes/map/Map.jsx +++ b/front/src/routes/map/Map.jsx @@ -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]) {