From 02fe1628fae8038d13e0931a81c8d3dca03e89f4 Mon Sep 17 00:00:00 2001 From: Christopher Kirk-Nielsen Date: Wed, 14 Sep 2022 18:13:36 -0400 Subject: [PATCH] Comment out logging of the CodePen height value I am seeing "300" being output in the console on every Eleventy build and finally found out why. Not a huge deal but it's not very useful in general. Maybe this should react to Eleventy's quiet/verbose output instead? --- src/codepen-nunjucks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codepen-nunjucks.js b/src/codepen-nunjucks.js index 72b4172..bf5b3c5 100644 --- a/src/codepen-nunjucks.js +++ b/src/codepen-nunjucks.js @@ -4,7 +4,7 @@ module.exports = (url, { height = "300", theme = "" } = {}) => { - console.log(height); + // console.log(height); const path = new URL(url).pathname; const id = path.split('/')[3]; return `