@arsedizioni/ars-utils 19.4.86 → 19.4.87

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,10 +386,8 @@ class SelectTreeDialogComponent {
386
386
  .pipe(takeUntil(this.unsubscribe))
387
387
  .subscribe(data => {
388
388
  this.treeData.data = data;
389
- console.log("chaged");
390
389
  setTimeout(() => {
391
390
  if (this.currentNode) {
392
- console.log("node id: " + this.currentNode.id);
393
391
  const n = this.treeControl.dataNodes.find(x => x.id === this.currentNode.id);
394
392
  if (n) {
395
393
  this.currentNode = n;