From 5da039577950a680fa94e50930d83d965331da75 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 18 Nov 2013 16:40:31 +0530 Subject: [PATCH] [minor] [oops] removed print --- startup/bean_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/startup/bean_handlers.py b/startup/bean_handlers.py index b121861d25f..8dba23e76b0 100644 --- a/startup/bean_handlers.py +++ b/startup/bean_handlers.py @@ -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)