Skip to content

Commit

Permalink
[fix] del console log
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj committed Dec 18, 2024
1 parent e4c5d55 commit fe01196
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions frontend/gostarkme-web/.env.example

This file was deleted.

1 change: 0 additions & 1 deletion frontend/gostarkme-web/components/modules/Fund/Fund.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const Fund = () => {
let evidenceLink = await fundContract.get_evidence_link();
let contactHandle = await fundContract.get_contact_handle();
// Fetch owner
console.log(await fundContract.is_owner(wallet?.account.address));
setIsOwner(await fundContract.is_owner(wallet?.account.address));
// USER VOTED?
let voted = await fundContract.get_voter(wallet != undefined ? wallet?.account.address : "0x0000000000");
Expand Down

0 comments on commit fe01196

Please sign in to comment.