Skip to content

Commit 1f850b3

Browse files
committed
refactor: remove console log for filtered content types in ContentMapper
1 parent 1f0b577 commit 1f850b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/components/ContentMapper/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,6 @@ const ContentMapper = forwardRef(({ handleStepChange }: contentMapperProps, ref:
21942194
(e?.target as HTMLElement)?.closest('li')?.classList?.add('active-filter');
21952195

21962196
const filteredCT = contentTypes?.filter((ct) => { return CONTENT_MAPPING_STATUS[ct?.status] === value });
2197-
console.info('content types --> ',filteredCT)
21982197
if (value !== 'All') {
21992198
setFilteredContentTypes(filteredCT);
22002199
setCount(filteredCT?.length);

0 commit comments

Comments
 (0)