@eqproject/eqp-dynamic-module 2.6.36 → 2.6.37

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.
@@ -10802,8 +10802,6 @@ class TriggerCreatorComponent {
10802
10802
  this.trigger.execution = this.selectedFormula.key;
10803
10803
  });
10804
10804
  this.isSaving = true;
10805
- console.log("TRIGGER TO SAVE", this.trigger);
10806
- return;
10807
10805
  this.onSaveRecord.emit(this.trigger);
10808
10806
  }
10809
10807
  }