remove console log

This commit is contained in:
Dan Percic 2023-08-17 15:32:33 +03:00
parent 5af2141f7b
commit d8df1db98f

View File

@ -12,7 +12,6 @@ if (environment.production) {
// https://github.com/angular/angular/issues/11195#issuecomment-248020928
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 config = {
...appConfig,