diff --git a/erpnext/agriculture/doctype/crop_cycle/crop_cycle.py b/erpnext/agriculture/doctype/crop_cycle/crop_cycle.py index ea344ed3514..21dfe317b7d 100644 --- a/erpnext/agriculture/doctype/crop_cycle/crop_cycle.py +++ b/erpnext/agriculture/doctype/crop_cycle/crop_cycle.py @@ -50,7 +50,6 @@ class CropCycle(Document): project.expected_start_date = self.start_date project.expected_end_date = frappe.utils.data.add_days(self.start_date, period-1) project.insert() - print(project) self.create_task(crop_tasks, project.as_dict.im_self.name, self.start_date) return project.as_dict.im_self.name