From 4d09f5d5cc615a88e6d2e030cfb724ef80761509 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 19 Jul 2022 14:27:57 +1000 Subject: [PATCH] Disable logging --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 0003c6c..29c851a 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ REACT_APP_STRIPE_API_KEY=pk_live_MJjzi5djj524Y7h3fL5PNh4e00a852XD51 REACT_APP_STRIPE_URL=https://payment.owlbear.rodeo REACT_APP_VERSION=$npm_package_version REACT_APP_PREVIEW=false -REACT_APP_LOGGING=true +REACT_APP_LOGGING=false REACT_APP_FATHOM_SITE_ID=VMSHBPKD REACT_APP_SENTRY_DSN=https://d6d22c5233b54c4d91df8fa29d5ffeb0@o467475.ingest.sentry.io/5493956 REACT_APP_MAINTENANCE=false \ No newline at end of file