@lowcodeunit/applications-flow-common 1.37.139-ui-requests-10944 → 1.37.141-ui-requests-10944

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.
@@ -4747,7 +4747,7 @@ class SecurityToggleComponent {
4747
4747
  this.IsPrivate = this.IsPrivateFormControl.value;
4748
4748
  }
4749
4749
  setupSecurityFormGroup() {
4750
- console.log('setting form');
4750
+ // console.log('setting form');
4751
4751
  this.ProcessorType = this.EditingApplication?.Processor?.Type || '';
4752
4752
  this.SecurityFormGroup = this.formBldr.group({});
4753
4753
  this.setupSecurityForm();