@eqproject/eqp-dynamic-module 2.3.12 → 2.3.13

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.
@@ -2047,9 +2047,8 @@ class ListValueFieldTemplateComponent {
2047
2047
  this.LabelstyleObj = UtilityHelperService.initStyles(this.field.LabelstyleCSS);
2048
2048
  }
2049
2049
  ngOnInit() {
2050
- console.log("combobox debugMode", this.debugMode);
2051
- console.log("combobox filed", this.field);
2052
- alert("meeee");
2050
+ this.debugLog("combobox debugMode", this.debugMode);
2051
+ this.debugLog("combobox filed", this.field);
2053
2052
  this.updateField();
2054
2053
  this.setArrayData();
2055
2054
  if (this.field.IsMultiChoiche && !this.record[this.field.Name]) {