diff --git a/layouts/shortcodes/blocks/feature-overview.html b/layouts/shortcodes/blocks/feature-overview.html index a7b62757..f0263abf 100644 --- a/layouts/shortcodes/blocks/feature-overview.html +++ b/layouts/shortcodes/blocks/feature-overview.html @@ -267,7 +267,6 @@

{{ i18n "used_by" }}

targets: '_all', render: function(data, type, row, meta) { if (typeof data === 'string' && data.endsWith('.png')) { - console.log(data) return 'Image'; } return data;