Skip to content

Commit

Permalink
eliminado console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoguette committed Oct 31, 2022
1 parent 96ec117 commit 89cfe1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/eduardoguette/components/ItemPassList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const ItemPassList = ({ id, url, username, password }) => {
height={30}
width={30}
onError={(e) => {
console.log(e.onerror)
e.target.src = 'https://i.imgur.com/C1eyYxI.png'
e.onerror = null
}}
Expand Down
1 change: 0 additions & 1 deletion src/components/eduardoguette/services/copyClipboard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
async function copyClipboard(value) {
console.log(value)
await navigator.clipboard.writeText(value)
return await navigator.clipboard.readText()
}
Expand Down

0 comments on commit 89cfe1f

Please sign in to comment.