Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Jun 19, 2024
1 parent 5235e6e commit 3434f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/vyper/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const App = () => {
<Button data-id="add-repository" className="w-100 btn btn-secondary" onClick={() => {
{cloneCount === 0 ? remixClient.cloneVyperRepo() : remixClient.cloneVyperRepo(cloneCount)}
setCloneCount((prev) => {
console.log(prev)
return ++prev
})
}}>
Expand Down

0 comments on commit 3434f54

Please sign in to comment.