Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Mar 28, 2024
1 parent 6e123ad commit 9178df8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/src/components/kubernetes/ResourceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ export function ResourceList<
} as TVariables,
})

console.log(data)

const resourceList = data?.[queryName] as TResourceList
const items = useMemo(
() =>
Expand Down

0 comments on commit 9178df8

Please sign in to comment.