[minor] [oops] removed print

This commit is contained in:
Anand Doshi 2013-11-18 16:40:31 +05:30
parent 6f5bd11d79
commit 5da0395779

View File

@ -6,7 +6,6 @@ from core.doctype.notification_count.notification_count import clear_doctype_not
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)