Skip to content

Commit

Permalink
chore(27975): bit of cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Dec 9, 2024
1 parent 819ba58 commit e55d697
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const MappingContainer: FC<SubscriptionContainerProps> = ({ adapterId, adapterTy
if (!mappings) {
return
}
console.log('XXXXXX item.fieldMapping?.instructions', item.fieldMapping?.instructions)
onChange('fieldMapping', { instructions: [...(item.fieldMapping?.instructions || []), ...mappings] })
}}
onSchemaReady={onSchemaReadyHandler}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export const useTagManager = (adapterId: string) => {
},
}

console.log('XXXXXXXXXX safeSchema', safeSchema)

return {
// $schema: 'https://json-schema.org/draft/2020-12/schema',
definitions: {
Expand Down

0 comments on commit e55d697

Please sign in to comment.