diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/feed.js | 2 |
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, |