Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Mar 15, 2022
1 parent 03e8e5a commit 64fc40d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Collection/Collection.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ export class CollectionService {
Item.findDBApprovalDataByCollectionId(id),
SlotUsageCheque.findLastByCollectionId(id),
])
console.log('dbApprovalData: ', dbApprovalData)

if (!isTPCollection(collection)) {
throw new WrongCollectionError('Collection is not Third Party', { id })
Expand Down

0 comments on commit 64fc40d

Please sign in to comment.