From b1a25e8833470e30f360704e9e13898f4e732e4f Mon Sep 17 00:00:00 2001 From: Marco Salazar Date: Wed, 21 Aug 2024 11:42:51 -0400 Subject: [PATCH] fix --- .../packages/ui-core/src/assets/AssetsCatalogTable.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/js_modules/dagster-ui/packages/ui-core/src/assets/AssetsCatalogTable.tsx b/js_modules/dagster-ui/packages/ui-core/src/assets/AssetsCatalogTable.tsx index 4a40cb98334e4..40f69cdec9102 100644 --- a/js_modules/dagster-ui/packages/ui-core/src/assets/AssetsCatalogTable.tsx +++ b/js_modules/dagster-ui/packages/ui-core/src/assets/AssetsCatalogTable.tsx @@ -194,7 +194,6 @@ export const AssetsCatalogTable = ({ setPrefixPath, groupSelector, }: AssetCatalogTableProps) => { - console.log({prefixPath, groupSelector}); const setCurrentPage = useSetRecoilState(currentPageAtom); const {path} = useRouteMatch(); useEffect(() => { @@ -205,8 +204,6 @@ export const AssetsCatalogTable = ({ const {assets, query, error} = useAllAssets({groupSelector}); - console.log({assets}); - const { filtered: partiallyFiltered, isFiltered,