fix: Remove print statements
diff --git a/erpnext/accounts/general_ledger.py b/erpnext/accounts/general_ledger.py
index a1f8c03..bfe35ab 100644
--- a/erpnext/accounts/general_ledger.py
+++ b/erpnext/accounts/general_ledger.py
@@ -20,7 +20,6 @@
 		if not cancel:
 			validate_accounting_period(gl_map)
 			gl_map = process_gl_map(gl_map, merge_entries)
-			print(gl_map, "$$$$$$$$$")
 			if gl_map and len(gl_map) > 1:
 				save_entries(gl_map, adv_adj, update_outstanding)
 			else: