Skip to content

Commit

Permalink
[DSC-1542] Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
atarix83 committed Oct 17, 2024
1 parent a3c6ea0 commit 84f9750
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export class SupervisionOrderGroupSelectorComponent {
* Assign the value of group on select
*/
updateGroupObjectSelected(object) {
console.log(object);
if (object && object !== this.selectedGroup) {
this.selectedGroup = object;
} else if (object) {
Expand Down

0 comments on commit 84f9750

Please sign in to comment.