Remove useless console statement

This commit is contained in:
Lucas Verney 2018-07-13 16:24:05 +02:00
parent a31dca5ab1
commit 09276a06b6
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ export default {
// Eventually display closest report
const isReportDetailsAlreadyShown = this.$store.state.reportDetails.id;
const isReportDetailsOpenedByUser = this.$store.state.reportDetails.userAsked;
console.log(isReportDetailsAlreadyShown, isReportDetailsOpenedByUser);
if (!isReportDetailsAlreadyShown || !isReportDetailsOpenedByUser) {
// Compute all markers distance, filter by max distance
const distances = this.markers.map(