From 264bd625d3f62ee0a8af9b4f9ec0234847f62a21 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 4 Feb 2021 16:13:03 +1100 Subject: [PATCH] Remove debug string --- InvenTree/report/templatetags/report.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvenTree/report/templatetags/report.py b/InvenTree/report/templatetags/report.py index 1867ffe032..0383aad562 100644 --- a/InvenTree/report/templatetags/report.py +++ b/InvenTree/report/templatetags/report.py @@ -43,8 +43,6 @@ def part_image(part): path = os.path.join(settings.MEDIA_ROOT, img) path = os.path.abspath(path) - print("Path:", path) - if not os.path.exists(path) or not os.path.isfile(path): # Image does not exist # Return the 'blank' image