@lowcodeunit/applications-flow-common 1.37.42-merge → 1.37.44-merge

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.
@@ -544,7 +544,7 @@ class ProjectService {
544
544
  .subscribe(async (response) => {
545
545
  state.LoadingFeed = false;
546
546
  if (response.Status.Code === 0) {
547
- console.log('user feed response: ', response);
547
+ // console.log('user feed response: ', response);
548
548
  if (!forCheck) {
549
549
  state.Advertisements = response.Advertisements;
550
550
  state.Questions = response.Questions;
@@ -7751,7 +7751,6 @@ class ProjectWizardCardComponent {
7751
7751
  this.iframeLoaded();
7752
7752
  }
7753
7753
  iframeLoaded() {
7754
- console.log('hello');
7755
7754
  var iFrameID = document?.querySelector('#wizard');
7756
7755
  if (iFrameID) {
7757
7756
  iFrameID.style.height = '0px';