Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadsw committed Aug 14, 2024
1 parent bed9ff8 commit 6cb4b13
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,10 @@ export const businessRuleDefs: MappedBusinessRuleDefs = {
collectionObject
.rgetPromise('collection')
.then((collection) =>
{
collectionObject.set(
'collectionObjectType',
collection.get('collectionObjectType')
)
console.log("test")
}
);
},
fieldChecks: {
Expand Down

0 comments on commit 6cb4b13

Please sign in to comment.