diff --git a/erpnext/hr/doctype/salary_structure/salary_structure.py b/erpnext/hr/doctype/salary_structure/salary_structure.py index 97935e6ba4d..93b0c2645fd 100644 --- a/erpnext/hr/doctype/salary_structure/salary_structure.py +++ b/erpnext/hr/doctype/salary_structure/salary_structure.py @@ -64,7 +64,6 @@ class SalaryStructure(Document): def validate_employee(self): old_employee = frappe.db.get_value("Salary Structure", self.name, "employee") - print old_employee if old_employee and self.employee != old_employee: frappe.throw(_("Employee can not be changed"))