refractor
diff --git a/erpnext/hr/utils.py b/erpnext/hr/utils.py
index 5058006..eb55037 100644
--- a/erpnext/hr/utils.py
+++ b/erpnext/hr/utils.py
@@ -60,7 +60,6 @@
 
 			# assign the task the users
 			if users:
-				print(users)
 				self.assign_task_to_users(task, set(users))
 
 			users = []