diff --git a/helpers/posting/markdown.js b/helpers/posting/markdown.js index 898a8517..01ee4ca4 100644 --- a/helpers/posting/markdown.js +++ b/helpers/posting/markdown.js @@ -24,7 +24,6 @@ module.exports = { //length of 1 means no code chunks return module.exports.processRegularChunk(text); } - console.log(chunks) for (let i = 0; i < chunks.length; i++) { //every other chunk will be a code block if (i % 2 === 0) {