Skip to content

Commit

Permalink
SK-1242 add console logs for iframe form element.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswanth-pula-skyflow committed Nov 16, 2023
1 parent 07a9efb commit cf8c02f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/internal/iframe-form/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ export class IFrameFormElement extends EventEmitter {
this.metaData = metaData;
this.context = context;

// eslint-disable-next-line no-console
console.log('In Iframe form element created', Date.now(), this.fieldType);

this.collectBusEvents();
}

Expand Down
2 changes: 2 additions & 0 deletions src/core/internal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,8 @@ export class FrameElement {
}

private applyMask() {
// eslint-disable-next-line no-console
console.log('Recived context', this.iFrameFormElement.context);
// eslint-disable-next-line no-console
console.log('iFrameForm element being Set as', this.iFrameFormElement, Date.now());
const { mask } = this.iFrameFormElement;
Expand Down

0 comments on commit cf8c02f

Please sign in to comment.