From 8282a7c339d965dc9e57a10806da4564ac3d433f Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Thu, 28 Jun 2018 08:33:47 -0700 Subject: [PATCH] Revert debug config --- mobile/src/config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mobile/src/config.js b/mobile/src/config.js index 8d77af2..3853280 100644 --- a/mobile/src/config.js +++ b/mobile/src/config.js @@ -12,8 +12,8 @@ export const config = { homeRegionDelta: 0.005, geocodeDelayMilliseconds: 500, - defaultUser: "john@lyon-smith.org", - //defaultUser: "", + // defaultUser: "john@lyon-smith.org", + defaultUser: "", // This region is downtown Toronto initialRegion: { @@ -32,6 +32,4 @@ export const config = { // }, // alwaysShowWorkItemInAR: true, - - geoSampleDelay: 3000, }