Skip to content

Commit

Permalink
remove loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Aug 26, 2024
1 parent 4543e76 commit 71f7129
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_quickbooks_online/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,6 @@ def test_skipping_bill_creation(db, mocker):
repetition_count=106
)

print(error.__dict__)

task_log = TaskLog.objects.filter(expense_group_id=expense_group.id).first()
task_log.type = 'FETCHING_EXPENSES'
task_log.status = 'READY'
Expand Down

0 comments on commit 71f7129

Please sign in to comment.