Skip to content

Commit 5959b6b

Browse files
committed
Remove dead code
Signed-off-by: Trung Nguyen <trung.nguyen@docker.com>
1 parent aebefd4 commit 5959b6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/ui/src/queries/useCatalog.ts

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ function useCatalog(client: v1.DockerDesktopClient) {
6262
const { data: catalogItems = [], isLoading: catalogLoading } = useQuery({
6363
queryKey: ['catalog'],
6464
queryFn: async () => {
65-
console.log('Fetching catalog items');
6665
const response = await fetch(
6766
localStorage.getItem('catalogUrl') || CATALOG_URL,
6867
);

0 commit comments

Comments
 (0)