From 94b41ea4f6871185a00e46d86d6483e6b8a4fcb9 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Thu, 15 Mar 2018 12:53:22 +0530 Subject: [PATCH] removed debugging --- erpnext/agriculture/doctype/crop_cycle/crop_cycle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/agriculture/doctype/crop_cycle/crop_cycle.py b/erpnext/agriculture/doctype/crop_cycle/crop_cycle.py index ea344ed351..21dfe317b7 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