Skip to content

Commit

Permalink
Merge pull request #391 from eduardoguette/main
Browse files Browse the repository at this point in the history
eliminado console.log 😶
  • Loading branch information
maadeval committed Nov 1, 2022
2 parents 96ec117 + e5147b0 commit 2670e50
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

1 comment on commit 2670e50

@vercel
Copy link

@vercel vercel bot commented on 2670e50 Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.