From 3fda46f313d43c90304d5a72d263c1bb5c0cd84b Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 8 Feb 2024 21:25:20 +0100 Subject: [PATCH] rm debug --- src/utils.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils.js b/src/utils.js index 48ad8f1..be79aaa 100644 --- a/src/utils.js +++ b/src/utils.js @@ -94,9 +94,6 @@ export const Constants = { SUPPORT_EMAIL: process.env.REACT_APP_SUPPORT_EMAIL, }; -console.log("env", process.env); -console.log("Consta", Constants.PRIVACY_POLICY_URL); - export const AppStyle = { app: { margin: 12,