Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwenillia committed Apr 18, 2024
1 parent cc6e9c1 commit 3ece9bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions moreInfos.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ class MoreInfos {

const img = document.createElement("img")

console.log(sexHTML[1])
console.log(`translation ${translation.get(this.lang, 'sex', 'female')}`)
if (sexHTML[1] === `${translation.get(this.lang, 'sex', 'female')}`) {
img.src = chrome.runtime.getURL("images/female.png")
} else if (sexHTML[1] === `${translation.get(this.lang, 'sex', 'male')}`) {
Expand Down

0 comments on commit 3ece9bc

Please sign in to comment.