Skip to content

Commit

Permalink
Remove fetching log
Browse files Browse the repository at this point in the history
  • Loading branch information
John Smith committed May 8, 2024
1 parent 78e2da9 commit 4d00659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/app/clusters/[clusterId]/tasks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export default function Page({ params }: { params: { clusterId: string } }) {
return;
}

console.log("fetching");

const clusterResult = await client.getClusterDetailsForUser({
headers: {
authorization: `Bearer ${await getToken()}`,
Expand Down

0 comments on commit 4d00659

Please sign in to comment.