chore: remove print statement
diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py
index 12a6bc1..cb3c78a 100644
--- a/erpnext/accounts/report/cash_flow/cash_flow.py
+++ b/erpnext/accounts/report/cash_flow/cash_flow.py
@@ -210,8 +210,6 @@
 		filters,
 	)
 
-	print(gl_sum)
-
 	return gl_sum[0] if gl_sum and gl_sum[0] else 0