We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebefd4 commit 5959b6bCopy full SHA for 5959b6b
src/extension/ui/src/queries/useCatalog.ts
@@ -62,7 +62,6 @@ function useCatalog(client: v1.DockerDesktopClient) {
62
const { data: catalogItems = [], isLoading: catalogLoading } = useQuery({
63
queryKey: ['catalog'],
64
queryFn: async () => {
65
- console.log('Fetching catalog items');
66
const response = await fetch(
67
localStorage.getItem('catalogUrl') || CATALOG_URL,
68
);
0 commit comments