summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/feed.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/feed.js b/scripts/feed.js
index c64dcb7..f8b917c 100644
--- a/scripts/feed.js
+++ b/scripts/feed.js
@@ -27,8 +27,6 @@ hexo.extend.generator.register("feed", (locals) => {
categories.push(category);
});
- console.log(categories);
-
// Render for site config
const feed = new podcast({
title: config.title,