remove debug logging

pull/1/head
maia arson crimew 2023-01-21 18:28:02 +01:00
parent 3ef92f11bb
commit 9a67b6e18b
1 changed files with 0 additions and 2 deletions

View File

@ -18,9 +18,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "src/static": "/" });
eleventyConfig.addFilter("date_to_datetime", (obj) => {
console.log(obj);
const date = parseDate(obj);
console.log(date);
return date.toISOString();
});