remove console log

pull/4904/head
Joseph Izang 5 months ago committed by Aniket
parent 5235e6e150
commit 4423f1182b
  1. 1
      apps/vyper/src/app/app.tsx

@ -117,7 +117,6 @@ const App = () => {
<Button data-id="add-repository" className="w-100 btn btn-secondary" onClick={() => { <Button data-id="add-repository" className="w-100 btn btn-secondary" onClick={() => {
{cloneCount === 0 ? remixClient.cloneVyperRepo() : remixClient.cloneVyperRepo(cloneCount)} {cloneCount === 0 ? remixClient.cloneVyperRepo() : remixClient.cloneVyperRepo(cloneCount)}
setCloneCount((prev) => { setCloneCount((prev) => {
console.log(prev)
return ++prev return ++prev
}) })
}}> }}>

Loading…
Cancel
Save