remove console log
This commit is contained in:
parent
5af2141f7b
commit
d8df1db98f
@ -12,7 +12,6 @@ if (environment.production) {
|
|||||||
|
|
||||||
// https://github.com/angular/angular/issues/11195#issuecomment-248020928
|
// https://github.com/angular/angular/issues/11195#issuecomment-248020928
|
||||||
async function bootstrap(appConfig: AppConfig, version: { FRONTEND_APP_VERSION: string }) {
|
async function bootstrap(appConfig: AppConfig, version: { FRONTEND_APP_VERSION: string }) {
|
||||||
console.log('Raw config', appConfig);
|
|
||||||
const ruleEditorDevOnly = appConfig.RULE_EDITOR_DEV_ONLY as unknown as string | boolean;
|
const ruleEditorDevOnly = appConfig.RULE_EDITOR_DEV_ONLY as unknown as string | boolean;
|
||||||
const config = {
|
const config = {
|
||||||
...appConfig,
|
...appConfig,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user