Skip to content

Commit

Permalink
chore: remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
asmitahase committed Jan 30, 2025
1 parent 24056f3 commit 525fcdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hrms/hr/doctype/leave_application/test_leave_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,6 @@ def test_leave_approver_perms(self):
employee.save()

def test_self_leave_approval_allowed(self):
print("test self approval started")
leave_approver = "[email protected]"
employee = get_employee()
make_employee(leave_approver, "_Test Company")
Expand All @@ -987,7 +986,6 @@ def test_self_leave_approval_allowed(self):
self.assertEqual(1, application.docstatus)

def test_self_leave_approval_not_allowed(self):
print("test self deniel started")
leave_approver = "[email protected]"
employee = get_employee()
make_employee(leave_approver, "_Test Company")
Expand Down

0 comments on commit 525fcdd

Please sign in to comment.