removed debugging

This commit is contained in:
Achilles Rasquinha 2018-03-15 12:53:22 +05:30
parent d8f7de9946
commit 94b41ea4f6

View File

@ -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