From eb99d500e8e1d5b8be8f02ffdf8c4b505159add5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 28 Aug 2020 18:27:09 +0200 Subject: Operation edit: clean potential parcel duplication --- ishtar_common/models.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 24d88edde..08ae93fa6 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -5709,7 +5709,6 @@ class Document(BaseHistorizedItem, QRCodeItem, OwnPerms, ImageModel, yield item._get_base_image_path() def _get_base_image_path(self): - print(5637) for path in self._get_base_image_paths(): if path: return path -- cgit v1.2.3