mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Remove debug string
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user