Update test_budget.py
diff --git a/erpnext/accounts/doctype/budget/test_budget.py b/erpnext/accounts/doctype/budget/test_budget.py
index f00ffd9..0f115f9 100644
--- a/erpnext/accounts/doctype/budget/test_budget.py
+++ b/erpnext/accounts/doctype/budget/test_budget.py
@@ -259,7 +259,6 @@
 		args[budget_against_field] = budget_against
 
 	existing_expense = get_actual_expense(args)
-	print(existing_expense)
 
 	if existing_expense:
 		if budget_against_field == "cost_center":