Skip to content

Commit

Permalink
♻️ refactor(Outcome indicators) P2-903: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
xKeCo committed Dec 2, 2024
1 parent e896832 commit 51bc442
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export class OutcomeIndicatorService {
}
return item;
});
console.log(this.eoisData);
this.loading.set(false);
},
error: error => {
Expand Down

0 comments on commit 51bc442

Please sign in to comment.