Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
iJungleboy committed Nov 11, 2022
1 parent 34b60a4 commit 60d4e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export class ContentTypesProcessor {
* Ensure current content-type is visible, just in case it's configured as hidden
*/
private unhideSelectedType(contentTypes: ContentType[], currentType: ContentType, currentTemplate: Template): ContentType[] {
console.log('2dm before', JSON.parse(JSON.stringify(contentTypes)));
console.log('2dm current T', currentTemplate?.TemplateId);
console.log('2dm currentType Static', currentType?.StaticName);
// console.log('2dm before', JSON.parse(JSON.stringify(contentTypes)));
// console.log('2dm current T', currentTemplate?.TemplateId);
// console.log('2dm currentType Static', currentType?.StaticName);
contentTypes
// 2022-11-04 2dm disabled, think it's never used
// 2022-11-11 trying to fix another issue....
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
import { App } from 'app/core/app';
import { BehaviorObservable } from 'app/core/behavior-observable';
Expand All @@ -19,7 +18,7 @@ const log = parentLog.subLog('picker', DebugConfig.picker.enabled);

const nameofTPC = nameofFactory<TemplatePickerComponent>();

const debug = true;
const debug = false;

@Component({
selector: 'app-template-picker',
Expand Down

0 comments on commit 60d4e0d

Please sign in to comment.