From ed9d5cfdafe134013cf24a8cb9b723e2b45b9bb2 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 17 Jun 2015 02:13:03 +0530 Subject: [PATCH] [minor] cleanup --- erpnext/stock/report/bom_search/bom_search.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erpnext/stock/report/bom_search/bom_search.py b/erpnext/stock/report/bom_search/bom_search.py index 3e803fb0d21..b8a7b789e5f 100644 --- a/erpnext/stock/report/bom_search/bom_search.py +++ b/erpnext/stock/report/bom_search/bom_search.py @@ -41,7 +41,3 @@ def execute(filters=None): "width": 200, "fieldtype": "Data" }], data - - #print json.dumps(all_boms, indent=1) - #columns, data = [], [] - #return columns, data