Skip to content

Commit 40ae11f

Browse files
committed
ALCS-2029 Remove log
1 parent 423b66b commit 40ae11f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alcs-frontend/src/app/features/application/decision/decision-v2/decision-input/decision-conditions/decision-condition-order-dialog/decision-condition-order-dialog.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export class DecisionConditionOrderDialogComponent implements OnInit {
119119
}
120120
});
121121
this.conditionsToOrder[currentIndex].order = targetIndex;
122-
console.log(currentIndex, targetIndex, this.conditionsToOrder.sort((a,b) => a.order - b.order).map(x => `order: ${x.order} desc: ${x.description}`));
123122
this.dataSource.data = this.conditionsToOrder.sort((a,b) => a.order - b.order);
124123
}
125124

0 commit comments

Comments
 (0)