From 5bbef90f08abfcf35feb8ef9101735cc906078f8 Mon Sep 17 00:00:00 2001 From: Khushi Rawat <142375893+khushi8112@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:41:00 +0530 Subject: [PATCH] chore: removed print statement (cherry picked from commit 1737de7c10d96eaf8b6f8430202977336d969e00) --- .../asset_depreciation_ledger/asset_depreciation_ledger.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py b/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py index a1ed6e1caa1..a21103c719d 100644 --- a/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py +++ b/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py @@ -71,7 +71,6 @@ def get_data(filters): assets = [d.against_voucher for d in gl_entries] assets_details = get_assets_details(assets) - print(gl_entries) for d in gl_entries: asset_data = assets_details.get(d.against_voucher)