From 2521e14cfdbaa7aa6547ccc3f513ce3079042716 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 8 Feb 2024 19:27:03 +0100 Subject: [PATCH] test --- src/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils.js b/src/utils.js index 58b858f..48ad8f1 100644 --- a/src/utils.js +++ b/src/utils.js @@ -28,9 +28,6 @@ if (window.location.hostname === "localhost" && window.location.port === "") { // wsAddress = `${wssProtocol}${window.location.hostname}/ws`; } -console.log("env", process.env); -console.log("Consta", Constants.PRIVACY_POLICY_URL); - export const Constants = { TEXT_EMPTY_PLACEHOLDER: "-/-", API_ADDRESS: apiAddress, @@ -97,6 +94,9 @@ 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,