Skip to content

Commit 12f386c

Browse files
committed
refactor:removed console log
1 parent 28ee079 commit 12f386c

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
@@ -1375,7 +1375,6 @@ const ContentMapper = forwardRef(({handleStepChange}: contentMapperProps, ref: R
13751375

13761376
if (contentTypeSchema && validateArray(contentTypeSchema)) {
13771377
const fieldTypeToMatch = Fields[data?.backupFieldType as keyof Mapping]?.type;
1378-
console.log("field type to match -----> ", fieldTypeToMatch, data?.backupFieldType)
13791378
//check if UID of souce field is matching to exsting content type field UID
13801379
for (const value of contentTypeSchema) {
13811380
if (data?.uid === value?.uid || (data?.uid === value?.uid && data?.otherCmsType === value?.data_type)) {

0 commit comments

Comments
 (0)