remove error logging
This commit is contained in:
parent
abd4a689f2
commit
df08465d64
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user