Remove process env log
This commit is contained in:
parent
815cc3aead
commit
083f505edc
@ -16,12 +16,6 @@ if (!("PointerEvent" in window)) {
|
||||
import("pepjs");
|
||||
}
|
||||
|
||||
console.log(
|
||||
"env",
|
||||
process.env,
|
||||
"logging",
|
||||
process.env.REACT_APP_LOGGING === "true"
|
||||
);
|
||||
if (process.env.REACT_APP_LOGGING === "true") {
|
||||
Sentry.init({
|
||||
dsn:
|
||||
|
Loading…
Reference in New Issue
Block a user