Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
andyslack committed Jan 12, 2025
1 parent 898c931 commit ccb9472
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app.controller.get.test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,10 +865,6 @@ describe('App > Controller > Get', () => {
})

afterAll(async () => {
console.log(salesOrderSchema.primary_key)

console.log(orders)

for (const order of orders) {
console.log('delete order #' + order[salesOrderSchema.primary_key])
await salesOrderTestingService.deleteOrder(order[salesOrderSchema.primary_key])
Expand Down

0 comments on commit ccb9472

Please sign in to comment.