commit | 5da039577950a680fa94e50930d83d965331da75 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Nov 18 16:40:31 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Nov 18 16:40:31 2013 +0530 |
tree | 0462d01c9af53c8a772289361665740728caea19 | |
parent | 6f5bd11d797df60222c5f6fe275616f07934b4e9 [diff] |
[minor] [oops] removed print
diff --git a/startup/bean_handlers.py b/startup/bean_handlers.py index b121861..8dba23e 100644 --- a/startup/bean_handlers.py +++ b/startup/bean_handlers.py
@@ -6,7 +6,6 @@ from stock.doctype.material_request.material_request import update_completed_qty def on_method(bean, method): - print method if method in ("on_update", "on_submit"): update_feed(bean.controller, method)