Remove process env log

This commit is contained in:
Mitchell McCaffrey 2021-03-18 14:48:10 +11:00
parent 815cc3aead
commit 083f505edc

View File

@ -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: