@elderbyte/ngx-starter 21.0.0 → 21.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36553,7 +36553,6 @@ class IframeHostComponent {
36553
36553
  * TODO: Remove this once no longer needed
36554
36554
  */
36555
36555
  get message() {
36556
- this.log.error('Deprecated output "message" used. Use "messageReceived" instead.');
36557
36556
  return this.messageReceived;
36558
36557
  }
36559
36558
  /**
@@ -36561,7 +36560,6 @@ class IframeHostComponent {
36561
36560
  * TODO: Remove this once no longer needed
36562
36561
  */
36563
36562
  get close() {
36564
- this.log.error('Deprecated output "close" used. Use "closeRequested" instead.');
36565
36563
  return this.closeRequested;
36566
36564
  }
36567
36565
  /***************************************************************************