awf-test-lib 0.1.0 → 0.1.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.
@@ -386,13 +386,6 @@ class ContactComponent {
386
386
  this.reasons = this.reasons.filter(x => (x.code == ReasonCode.SDI || x.code == ReasonCode.OTH));
387
387
  this.selectPM(this.selectedSystem);
388
388
  this.loadForm();
389
- console.log('changed');
390
- this.systems = this.systems.map((system) => {
391
- return {
392
- ...system,
393
- name: system.systemId + ' - ' + system.name,
394
- };
395
- });
396
389
  }
397
390
  // convenience getter for easy access to form fields
398
391
  get f() {