From 9fc212867958a887618558bfe4a4c64c1ae7e875 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sat, 25 Aug 2018 19:12:35 +0200 Subject: [PATCH] Don't mock location --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index da719b2..f904f15 100644 --- a/src/constants.js +++ b/src/constants.js @@ -66,7 +66,7 @@ export const REPORT_TYPES_ORDER = ['gcum', 'interrupt', 'obstacle', 'pothole', ' export const MIN_DISTANCE_REPORT_DETAILS = 40; // in meters -export const MOCK_LOCATION = true; +export const MOCK_LOCATION = false; export const MOCK_LOCATION_USE_GPX = true; export const MOCK_LOCATION_GPX_PLAYBACK_SPEED = 2.0; export const MOCK_LOCATION_UPDATE_INTERVAL = 5 * 1000; // in milliseconds