Remove debug string

This commit is contained in:
Oliver Walters 2021-02-04 16:13:03 +11:00
parent 0de284f1aa
commit 264bd625d3

View File

@ -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