Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
obieler committed Dec 6, 2023
1 parent 3562924 commit f3411c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/unit.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ async function getUnit (acro, lang, isInternal) {
}
} else {
const subunits = await getSubunits(dict.id_unite, lang);
console.log(subunits);
if (subunits.length > 0) {
unitFullDetails.subunits = subunits;
}
Expand Down

0 comments on commit f3411c4

Please sign in to comment.