Skip to content

Commit

Permalink
chore: remove useless console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Feb 28, 2024
1 parent e141796 commit a9833c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
}
for (const index in data.treatmentChoices) {
console.log(data.treatmentChoices[index]['label'])
data.treatmentChoices[index]['label'] = localItems(languageTag())[data.treatmentChoices[index]['value']];
}
Expand Down

0 comments on commit a9833c5

Please sign in to comment.