From d888c9695292295a732fcdd4a7b9820978df5e7f Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Wed, 20 Nov 2019 00:05:31 +0000 Subject: [PATCH] publish muk_utils - 12.0 --- muk_utils/models/scss_editor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/muk_utils/models/scss_editor.py b/muk_utils/models/scss_editor.py index d74bac2..dd5fd18 100644 --- a/muk_utils/models/scss_editor.py +++ b/muk_utils/models/scss_editor.py @@ -76,7 +76,6 @@ class ScssEditor(models.AbstractModel): custom_url = self._get_custom_url(url, xmlid) custom_attachment = self._get_custom_attachment(custom_url) if custom_attachment.exists(): - print(self.env.context, custom_attachment.datas) return base64.b64decode(custom_attachment.datas).decode('utf-8') else: match = re.compile("^/(\w+)/(.+?)(\.custom\.(.+))?\.(\w+)$").match(url)