remove error logging

This commit is contained in:
Yanis JEDRZEJCZAK 2024-04-05 16:15:56 +02:00
parent abd4a689f2
commit df08465d64

View File

@ -200,8 +200,7 @@ export class BackendVariables {
if (process.env["ENV"] === "dev" || process.env["ENV"] === "stg") {
throw error;
}
throw new Error(error);
// throw new Error("Some env variables are required!");
throw new Error("Some env variables are required!");
}
return this;
}