From 394fb82899c3ec6c9cf43f1ebc7a760f796c61aa Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 2 Mar 2019 23:18:24 +0800 Subject: [PATCH] remove console.log --- lib/routes/dcard/posts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/routes/dcard/posts.js b/lib/routes/dcard/posts.js index fe98a402a..2717b95bc 100644 --- a/lib/routes/dcard/posts.js +++ b/lib/routes/dcard/posts.js @@ -13,7 +13,6 @@ module.exports = async (ctx) => { }); const data = response.data; - console.log(`https://www.dcard.tw/_api/posts?popular=${type === 'popular' ? 'true' : 'false'}&limit=30`, `https://www.dcard.tw/f?latest=${type === 'popular' ? 'false' : 'true'}`); ctx.state.data = { title: `Dcard ${type === 'popular' ? '熱門' : '最新'}`,