From 94d30eecfd7cff5cc4006be7983115841a50672a Mon Sep 17 00:00:00 2001 From: Oscar Date: Tue, 19 Nov 2019 20:08:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eleventy.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index ae6c9238..fe18a8ff 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -104,11 +104,6 @@ module.exports = function (config) { const { notLetters, aToE, fToL, mToS, tToZ } = split const sortableTitle = title.replace(/^-/, '') - if (title.startsWith('-')) { - console.log(sortableTitle); - - } - if (/^[a-e]/gmi.test(sortableTitle)) { return aToE.definitions.push(word) }