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,