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