chore: fix linter issue (backport #37349) (#37350)

chore: fix linter issue (#37349)

(cherry picked from commit e975a10a751cb1eb190ea7e06cc1eccca80554d2)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
diff --git a/erpnext/manufacturing/doctype/production_plan/test_production_plan.py b/erpnext/manufacturing/doctype/production_plan/test_production_plan.py
index 47a89aa..4ff9d29 100644
--- a/erpnext/manufacturing/doctype/production_plan/test_production_plan.py
+++ b/erpnext/manufacturing/doctype/production_plan/test_production_plan.py
@@ -1127,7 +1127,6 @@
 			wo_doc.fg_warehouse = "_Test Warehouse - _TC"
 			for d in wo_doc.required_items:
 				d.source_warehouse = "_Test Warehouse - _TC"
-				print(d.required_qty, "before")
 				d.required_qty -= 5
 				make_stock_entry(
 					item_code=d.item_code,