Skip to content

Commit

Permalink
Merge pull request #184 from starknet-id/fix/bug_land_release
Browse files Browse the repository at this point in the history
dev: remove logs
  • Loading branch information
fricoben authored Oct 2, 2023
2 parents 620a7e3 + 19a06df commit 6f2b191
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/achievements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const Achievements: NextPage = () => {
>([]);
const [hasChecked, setHasChecked] = useState<boolean>(false);

console.log("address", address);

useEffect(() => {
// If a call was made with an address in the first second, the call with 0 address should be cancelled
let shouldFetchWithZeroAddress = true;
Expand Down

1 comment on commit 6f2b191

@vercel
Copy link

@vercel vercel bot commented on 6f2b191 Oct 2, 2023

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.