Skip to content

Commit

Permalink
refactor: del console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanatpakornS committed Jan 29, 2024
1 parent 5ff868f commit d3c77da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const fetchOrgMembers = async () => {
}
};
const orgMembers = await fetchOrgMembers();
console.log(orgMembers);
---

<Layout title="Home" description="Main page">
Expand Down

0 comments on commit d3c77da

Please sign in to comment.