Skip to content

Commit 60d4e0d

Browse files
committed
minor
1 parent 34b60a4 commit 60d4e0d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

projects/quick-dialog/src/app/template-picker/data/content-types-processor.service.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export class ContentTypesProcessor {
3333
* Ensure current content-type is visible, just in case it's configured as hidden
3434
*/
3535
private unhideSelectedType(contentTypes: ContentType[], currentType: ContentType, currentTemplate: Template): ContentType[] {
36-
console.log('2dm before', JSON.parse(JSON.stringify(contentTypes)));
37-
console.log('2dm current T', currentTemplate?.TemplateId);
38-
console.log('2dm currentType Static', currentType?.StaticName);
36+
// console.log('2dm before', JSON.parse(JSON.stringify(contentTypes)));
37+
// console.log('2dm current T', currentTemplate?.TemplateId);
38+
// console.log('2dm currentType Static', currentType?.StaticName);
3939
contentTypes
4040
// 2022-11-04 2dm disabled, think it's never used
4141
// 2022-11-11 trying to fix another issue....

projects/quick-dialog/src/app/template-picker/template-picker.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
32
import { App } from 'app/core/app';
43
import { BehaviorObservable } from 'app/core/behavior-observable';
@@ -19,7 +18,7 @@ const log = parentLog.subLog('picker', DebugConfig.picker.enabled);
1918

2019
const nameofTPC = nameofFactory<TemplatePickerComponent>();
2120

22-
const debug = true;
21+
const debug = false;
2322

2423
@Component({
2524
selector: 'app-template-picker',

0 commit comments

Comments
 (0)