Skip to content

Commit

Permalink
chore: removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi8112 committed Nov 28, 2024
1 parent 7c393e5 commit 1737de7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1737de7

Please sign in to comment.