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