Skip to content

Commit

Permalink
fix: remove logs (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Aug 5, 2022
1 parent 9d8e656 commit 2097b35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/fb/ExistingFidelityBond.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const ExistingFidelityBond = ({ utxo }) => {
const settings = useSettings()
const { i18n } = useTranslation()

console.log(i18n.resolvedLanguage)
console.log(i18n.language)

return (
<div className={styles.container}>
<div className="d-flex justify-content-between align-items-center">
Expand Down

0 comments on commit 2097b35

Please sign in to comment.